r877 - in trunk: . test

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Mar 26 03:53:48 EDT 2007


Author: icculus
Date: 2007-03-26 03:53:43 -0400 (Mon, 26 Mar 2007)
New Revision: 877

Modified:
   trunk/physfs.h
   trunk/test/test_physfs.c
Log:
Bumped version numbers.


Modified: trunk/physfs.h
===================================================================
--- trunk/physfs.h	2007-03-26 07:51:57 UTC (rev 876)
+++ trunk/physfs.h	2007-03-26 07:53:43 UTC (rev 877)
@@ -401,7 +401,7 @@
 #ifndef DOXYGEN_SHOULD_IGNORE_THIS
 #define PHYSFS_VER_MAJOR 1
 #define PHYSFS_VER_MINOR 1
-#define PHYSFS_VER_PATCH 0
+#define PHYSFS_VER_PATCH 1
 #endif  /* DOXYGEN_SHOULD_IGNORE_THIS */
 
 

Modified: trunk/test/test_physfs.c
===================================================================
--- trunk/test/test_physfs.c	2007-03-26 07:51:57 UTC (rev 876)
+++ trunk/test/test_physfs.c	2007-03-26 07:53:43 UTC (rev 877)
@@ -27,7 +27,7 @@
 
 #define TEST_VERSION_MAJOR  1
 #define TEST_VERSION_MINOR  1
-#define TEST_VERSION_PATCH  0
+#define TEST_VERSION_PATCH  1
 
 static FILE *history_file = NULL;
 static PHYSFS_uint32 do_buffer_size = 0;




More information about the physfs-commits mailing list