Explorar el Código

Upped version to 1.0.2.

Ryan C. Gordon hace 17 años
padre
commit
b35a36ddaa
Se han modificado 4 ficheros con 7 adiciones y 7 borrados
  1. 1 1
      Doxyfile
  2. 1 1
      physfs.h
  3. 4 4
      physfs.rc
  4. 1 1
      test/test_physfs.c

+ 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.1
+PROJECT_NUMBER         = 1.0.2
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 

+ 1 - 1
physfs.h

@@ -323,7 +323,7 @@ typedef struct
 #ifndef DOXYGEN_SHOULD_IGNORE_THIS
 #define PHYSFS_VER_MAJOR 1
 #define PHYSFS_VER_MINOR 0
-#define PHYSFS_VER_PATCH 1
+#define PHYSFS_VER_PATCH 2
 #endif  /* DOXYGEN_SHOULD_IGNORE_THIS */
 
 

+ 4 - 4
physfs.rc

@@ -1,7 +1,7 @@
 
 1 VERSIONINFO
-FILEVERSION 1,0,1,0
-PRODUCTVERSION 1,0,1,0
+FILEVERSION 1,0,2,0
+PRODUCTVERSION 1,0,2,0
 FILEOS 0x40004
 FILETYPE 0x2
 {
@@ -11,12 +11,12 @@ BLOCK "StringFileInfo"
 	{
 		VALUE "CompanyName", ""
 		VALUE "FileDescription", "PhysicsFS"
-		VALUE "FileVersion", "1, 0, 1, 0"
+		VALUE "FileVersion", "1, 0, 2, 0"
 		VALUE "InternalName", "PhysFS"
 		VALUE "LegalCopyright", "Copyright © 2009 Ryan C. Gordon"
 		VALUE "OriginalFilename", "physfs.dll"
 		VALUE "ProductName", "PhysicsFS"
-		VALUE "ProductVersion", "1, 0, 1, 0"
+		VALUE "ProductVersion", "1, 0, 2, 0"
 	}
 }
 

+ 1 - 1
test/test_physfs.c

@@ -31,7 +31,7 @@
 
 #define TEST_VERSION_MAJOR  1
 #define TEST_VERSION_MINOR  0
-#define TEST_VERSION_PATCH  1
+#define TEST_VERSION_PATCH  2
 
 static FILE *history_file = NULL;
 static PHYSFS_uint32 do_buffer_size = 0;