r737 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jul 23 18:19:01 EDT 2005


Author: icculus
Date: 2005-07-23 18:19:01 -0400 (Sat, 23 Jul 2005)
New Revision: 737

Modified:
   trunk/CHANGELOG
   trunk/Doxyfile
   trunk/configure.in
   trunk/physfs.h
Log:
Upped version to 1.1.0


Modified: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	2005-07-23 22:17:29 UTC (rev 736)
+++ trunk/CHANGELOG	2005-07-23 22:19:01 UTC (rev 737)
@@ -5,6 +5,7 @@
 07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!).
            More minor OS/2 tweaks. Updated zlib to 1.2.3, which properly
            includes the security fix. Fixed "make dist".
+           Upped version to 1.1.0 ... first release of 1.1 dev branch!
 07212005 - Patched to compile on OS/2 again.
 07132005 - Updated zlib to 1.2.2, and patched it for this security hole:
            http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2096

Modified: trunk/Doxyfile
===================================================================
--- trunk/Doxyfile	2005-07-23 22:17:29 UTC (rev 736)
+++ trunk/Doxyfile	2005-07-23 22:19:01 UTC (rev 737)
@@ -23,7 +23,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 1.0.0
+PROJECT_NUMBER         = 1.1.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2005-07-23 22:17:29 UTC (rev 736)
+++ trunk/configure.in	2005-07-23 22:19:01 UTC (rev 737)
@@ -14,7 +14,7 @@
 # set BINARY_AGE and INTERFACE_AGE to 0.
 
 MAJOR_VERSION=1
-MINOR_VERSION=0
+MINOR_VERSION=1
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0

Modified: trunk/physfs.h
===================================================================
--- trunk/physfs.h	2005-07-23 22:17:29 UTC (rev 736)
+++ trunk/physfs.h	2005-07-23 22:19:01 UTC (rev 737)
@@ -333,7 +333,7 @@
 
 #ifndef DOXYGEN_SHOULD_IGNORE_THIS
 #define PHYSFS_VER_MAJOR 1
-#define PHYSFS_VER_MINOR 0
+#define PHYSFS_VER_MINOR 1
 #define PHYSFS_VER_PATCH 0
 #endif  /* DOXYGEN_SHOULD_IGNORE_THIS */
 




More information about the physfs-commits mailing list