Bumped version numbers.

This commit is contained in:
Ryan C. Gordon 2007-03-26 07:53:43 +00:00
parent 49c576280d
commit ded10c9238
2 changed files with 2 additions and 2 deletions

View File

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

View File

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