Upped version to 0.1.7.

This commit is contained in:
Ryan C. Gordon 2002-07-10 07:22:41 +00:00
parent ddb833c7f7
commit c2824f149e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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