Upped version to 0.1.6

This commit is contained in:
Ryan C. Gordon 2002-05-25 02:55:40 +00:00
parent ae9dad1f21
commit aecc25d19a
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ dnl ---------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=1
MICRO_VERSION=5
MICRO_VERSION=6
INTERFACE_AGE=0
BINARY_AGE=0
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION

View File

@ -202,7 +202,7 @@ typedef struct __PHYSFS_VERSION__
#define PHYSFS_VER_MAJOR 0
#define PHYSFS_VER_MINOR 1
#define PHYSFS_VER_PATCH 5
#define PHYSFS_VER_PATCH 6
#define PHYSFS_VERSION(x) { \
(x)->major = PHYSFS_VER_MAJOR; \

View File

@ -29,7 +29,7 @@
#define TEST_VERSION_MAJOR 0
#define TEST_VERSION_MINOR 1
#define TEST_VERSION_PATCH 1
#define TEST_VERSION_PATCH 6
static FILE *history_file = NULL;