Upped version to 0.1.8.
This commit is contained in:
parent
2829853aeb
commit
0e9169d1b5
|
@ -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
|
||||||
|
|
2
physfs.h
2
physfs.h
|
@ -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 */
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue