From 0e9169d1b5cedc5a3f11c7e74aa502f6f73902b8 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 4 Jan 2003 23:43:10 +0000 Subject: [PATCH] Upped version to 0.1.8. --- configure.in | 2 +- physfs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 7fd552ee..cfc7f5d1 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ dnl --------------------------------------------------------------------- MAJOR_VERSION=0 MINOR_VERSION=1 -MICRO_VERSION=7 +MICRO_VERSION=8 INTERFACE_AGE=0 BINARY_AGE=0 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION diff --git a/physfs.h b/physfs.h index 34892479..a08bf772 100644 --- a/physfs.h +++ b/physfs.h @@ -315,7 +315,7 @@ typedef struct #ifndef DOXYGEN_SHOULD_IGNORE_THIS #define PHYSFS_VER_MAJOR 0 #define PHYSFS_VER_MINOR 1 -#define PHYSFS_VER_PATCH 7 +#define PHYSFS_VER_PATCH 8 #endif /* DOXYGEN_SHOULD_IGNORE_THIS */