[quake3-commits] r1989 - in trunk: code/qcommon misc/setup

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun May 15 10:49:38 EDT 2011


Author: thilo
Date: 2011-05-15 10:49:38 -0400 (Sun, 15 May 2011)
New Revision: 1989

Modified:
   trunk/code/qcommon/q_shared.h
   trunk/misc/setup/Makefile
Log:
- Fix lokisetup makefile problems
- Bump version number to 1.36


Modified: trunk/code/qcommon/q_shared.h
===================================================================
--- trunk/code/qcommon/q_shared.h	2011-05-15 14:11:26 UTC (rev 1988)
+++ trunk/code/qcommon/q_shared.h	2011-05-15 14:49:38 UTC (rev 1989)
@@ -53,7 +53,7 @@
 #define BASETA				"missionpack"
 
 #ifdef _MSC_VER
-  #define PRODUCT_VERSION "1.35"
+  #define PRODUCT_VERSION "1.36"
 #endif
 
 #define Q3_VERSION PRODUCT_NAME " " PRODUCT_VERSION

Modified: trunk/misc/setup/Makefile
===================================================================
--- trunk/misc/setup/Makefile	2011-05-15 14:11:26 UTC (rev 1988)
+++ trunk/misc/setup/Makefile	2011-05-15 14:49:38 UTC (rev 1989)
@@ -1,4 +1,4 @@
-VERSION=1.34
+VERSION=1.36
 RELEASE=svn
 
 all:
@@ -10,6 +10,6 @@
 	done
 
 clean:
-	rm -rf *.run image
+	rm -rf *.run image defines.m4
 
 .PHONY: all sign clean



More information about the quake3-commits mailing list