Skip to content

Commit

Permalink
Upped version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 25, 2002
1 parent 3bfbd39 commit be92dae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion physfs.h
Expand Up @@ -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; \
Expand Down
2 changes: 1 addition & 1 deletion test/test_physfs.c
Expand Up @@ -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;

Expand Down

0 comments on commit be92dae

Please sign in to comment.