mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
- Fix lokisetup makefile problems
- Bump version number to 1.36
This commit is contained in:
parent
3cdfb7aea8
commit
b003422d92
2 changed files with 3 additions and 3 deletions
|
@ -53,7 +53,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#define BASETA "missionpack"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define PRODUCT_VERSION "1.35"
|
||||
#define PRODUCT_VERSION "1.36"
|
||||
#endif
|
||||
|
||||
#define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
VERSION=1.34
|
||||
VERSION=1.36
|
||||
RELEASE=svn
|
||||
|
||||
all:
|
||||
|
@ -10,6 +10,6 @@ sign:
|
|||
done
|
||||
|
||||
clean:
|
||||
rm -rf *.run image
|
||||
rm -rf *.run image defines.m4
|
||||
|
||||
.PHONY: all sign clean
|
||||
|
|
Loading…
Reference in a new issue