Upped version to 0.1.8.

This commit is contained in:
Ryan C. Gordon 2003-01-04 23:43:10 +00:00
parent 2829853aeb
commit 0e9169d1b5
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -315,7 +315,7 @@ typedef struct
#ifndef DOXYGEN_SHOULD_IGNORE_THIS #ifndef DOXYGEN_SHOULD_IGNORE_THIS
#define PHYSFS_VER_MAJOR 0 #define PHYSFS_VER_MAJOR 0
#define PHYSFS_VER_MINOR 1 #define PHYSFS_VER_MINOR 1
#define PHYSFS_VER_PATCH 7 #define PHYSFS_VER_PATCH 8
#endif /* DOXYGEN_SHOULD_IGNORE_THIS */ #endif /* DOXYGEN_SHOULD_IGNORE_THIS */