Bumped version numbers.
This commit is contained in:
parent
49c576280d
commit
ded10c9238
2
physfs.h
2
physfs.h
|
@ -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 */
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue