From 31443d2c819af6e7e10bad36c31889e3b7a9919b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 23 Jul 2005 22:19:01 +0000 Subject: [PATCH] Upped version to 1.1.0 --- CHANGELOG | 1 + Doxyfile | 2 +- configure.in | 2 +- physfs.h | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6acb50bc..0b738219 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ 07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!). More minor OS/2 tweaks. Updated zlib to 1.2.3, which properly includes the security fix. Fixed "make dist". + Upped version to 1.1.0 ... first release of 1.1 dev branch! 07212005 - Patched to compile on OS/2 again. 07132005 - Updated zlib to 1.2.2, and patched it for this security hole: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2096 diff --git a/Doxyfile b/Doxyfile index 6e69ad86..0954d7ab 100644 --- a/Doxyfile +++ b/Doxyfile @@ -23,7 +23,7 @@ PROJECT_NAME = physfs # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.0.0 +PROJECT_NUMBER = 1.1.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/configure.in b/configure.in index 340e7b5b..bebf4815 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,7 @@ dnl --------------------------------------------------------------------- # set BINARY_AGE and INTERFACE_AGE to 0. MAJOR_VERSION=1 -MINOR_VERSION=0 +MINOR_VERSION=1 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 diff --git a/physfs.h b/physfs.h index 3e358f1e..c6b51cdb 100644 --- a/physfs.h +++ b/physfs.h @@ -333,7 +333,7 @@ typedef struct #ifndef DOXYGEN_SHOULD_IGNORE_THIS #define PHYSFS_VER_MAJOR 1 -#define PHYSFS_VER_MINOR 0 +#define PHYSFS_VER_MINOR 1 #define PHYSFS_VER_PATCH 0 #endif /* DOXYGEN_SHOULD_IGNORE_THIS */