Parcourir la source

Upped version to 1.1.0

Ryan C. Gordon il y a 20 ans
Parent
commit
31443d2c81
4 fichiers modifiés avec 4 ajouts et 3 suppressions
  1. 1 0
      CHANGELOG
  2. 1 1
      Doxyfile
  3. 1 1
      configure.in
  4. 1 1
      physfs.h

+ 1 - 0
CHANGELOG

@@ -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

+ 1 - 1
Doxyfile

@@ -23,7 +23,7 @@ PROJECT_NAME           = physfs
 # 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. 

+ 1 - 1
configure.in

@@ -14,7 +14,7 @@ dnl ---------------------------------------------------------------------
 # 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

+ 1 - 1
physfs.h

@@ -333,7 +333,7 @@ typedef struct
 
 #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 */