Skip to content

Commit

Permalink
Upped version to 0.1.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 10, 2002
1 parent ddb833c commit c2824f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -15,7 +15,7 @@ dnl ---------------------------------------------------------------------

MAJOR_VERSION=0
MINOR_VERSION=1
MICRO_VERSION=6
MICRO_VERSION=7
INTERFACE_AGE=0
BINARY_AGE=0
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
Expand Down
2 changes: 1 addition & 1 deletion test/test_physfs.c
Expand Up @@ -31,7 +31,7 @@

#define TEST_VERSION_MAJOR 0
#define TEST_VERSION_MINOR 1
#define TEST_VERSION_PATCH 6
#define TEST_VERSION_PATCH 7

static FILE *history_file = NULL;

Expand Down

0 comments on commit c2824f1

Please sign in to comment.