[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Stratagus-CVS] stratagus ./Rules.make.in src/include/stratagus.h
From: |
Russell Smith |
Subject: |
[Stratagus-CVS] stratagus ./Rules.make.in src/include/stratagus.h |
Date: |
Sun, 21 Sep 2003 03:51:01 -0400 |
CVSROOT: /cvsroot/stratagus
Module name: stratagus
Branch:
Changes by: Russell Smith <address@hidden> 03/09/21 03:51:01
Modified files:
. : Rules.make.in
src/include : stratagus.h
Log message:
Version bump. Releasing 2.00
Patches:
Index: stratagus/Rules.make.in
diff -u stratagus/Rules.make.in:1.13 stratagus/Rules.make.in:1.14
--- stratagus/Rules.make.in:1.13 Fri Aug 8 06:16:43 2003
+++ stratagus/Rules.make.in Sun Sep 21 03:51:00 2003
@@ -29,7 +29,7 @@
COMP_CFLAGS = -DUSE_ZLIB @BZ2_CFLAGS@ @ZZIPLIB_CFLAGS@
COMP_LIBS = -lz @BZ2_LIBS@ @ZZIPLIB_LIBS@
-VERSION= '-DVERSION="1.18"'
+VERSION= '-DVERSION="2.00pre1"'
TOOLLIBS=$(XLDFLAGS) -lpng -lz -lm @THREAD_LIBS@ -L/usr/local/lib
@STATIC_LDFLAGS@
Index: stratagus/src/include/stratagus.h
diff -u stratagus/src/include/stratagus.h:1.13
stratagus/src/include/stratagus.h:1.14
--- stratagus/src/include/stratagus.h:1.13 Wed Sep 17 05:17:12 2003
+++ stratagus/src/include/stratagus.h Sun Sep 21 03:51:01 2003
@@ -26,7 +26,7 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
//
-// $Id: stratagus.h,v 1.13 2003/09/17 09:17:12 mr-russ Exp $
+// $Id: stratagus.h,v 1.14 2003/09/21 07:51:01 mr-russ Exp $
#ifndef __STRATAGUS_H__
#define __STRATAGUS_H__
@@ -299,14 +299,14 @@
----------------------------------------------------------------------------*/
#ifndef VERSION
-#define VERSION "1.18" /// Engine version shown
+#define VERSION "2.00" /// Engine version shown
#endif
#ifndef StratagusMajorVerion
/// Stratagus major version
-#define StratagusMajorVersion 1
+#define StratagusMajorVersion 2
/// Stratagus minor version (maximal 99)
-#define StratagusMinorVersion 18
+#define StratagusMinorVersion 0
/// Stratagus patch level (maximal 99)
#define StratagusPatchLevel 0
/// Stratagus version (1,2,3) -> 10203
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Stratagus-CVS] stratagus ./Rules.make.in src/include/stratagus.h,
Russell Smith <=