r733 - branches/stable-1.0

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


Author: icculus
Date: 2005-07-23 18:04:23 -0400 (Sat, 23 Jul 2005)
New Revision: 733

Modified:
   branches/stable-1.0/CHANGELOG
   branches/stable-1.0/Doxyfile
   branches/stable-1.0/physfs.h
Log:
Upped version to 1.0.1.


Modified: branches/stable-1.0/CHANGELOG
===================================================================
--- branches/stable-1.0/CHANGELOG	2005-07-23 22:02:32 UTC (rev 732)
+++ branches/stable-1.0/CHANGELOG	2005-07-23 22:04:23 UTC (rev 733)
@@ -6,6 +6,7 @@
 
 07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!).
            Updated zlib to 1.2.3, which properly includes the security fix.
+           Upped version to 1.0.1.
 07132005 - Moved to zlib122, and security fix discussed here:
            http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2096
 06122005 - Added support for mingw to Unix build process (thanks, Matze!).

Modified: branches/stable-1.0/Doxyfile
===================================================================
--- branches/stable-1.0/Doxyfile	2005-07-23 22:02:32 UTC (rev 732)
+++ branches/stable-1.0/Doxyfile	2005-07-23 22:04:23 UTC (rev 733)
@@ -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.0.1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 

Modified: branches/stable-1.0/physfs.h
===================================================================
--- branches/stable-1.0/physfs.h	2005-07-23 22:02:32 UTC (rev 732)
+++ branches/stable-1.0/physfs.h	2005-07-23 22:04:23 UTC (rev 733)
@@ -321,7 +321,7 @@
 #ifndef DOXYGEN_SHOULD_IGNORE_THIS
 #define PHYSFS_VER_MAJOR 1
 #define PHYSFS_VER_MINOR 0
-#define PHYSFS_VER_PATCH 0
+#define PHYSFS_VER_PATCH 1
 #endif  /* DOXYGEN_SHOULD_IGNORE_THIS */
 
 




More information about the physfs-commits mailing list