Upped version to 1.1.0
This commit is contained in:
parent
d8541f7ae4
commit
31443d2c81
|
@ -5,6 +5,7 @@
|
||||||
07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!).
|
07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!).
|
||||||
More minor OS/2 tweaks. Updated zlib to 1.2.3, which properly
|
More minor OS/2 tweaks. Updated zlib to 1.2.3, which properly
|
||||||
includes the security fix. Fixed "make dist".
|
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.
|
07212005 - Patched to compile on OS/2 again.
|
||||||
07132005 - Updated zlib to 1.2.2, and patched it for this security hole:
|
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
|
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2096
|
||||||
|
|
2
Doxyfile
2
Doxyfile
|
@ -23,7 +23,7 @@ PROJECT_NAME = physfs
|
||||||
# This could be handy for archiving the generated documentation or
|
# This could be handy for archiving the generated documentation or
|
||||||
# if some version control system is used.
|
# 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)
|
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||||
# base path where the generated documentation will be put.
|
# base path where the generated documentation will be put.
|
||||||
|
|
|
@ -14,7 +14,7 @@ dnl ---------------------------------------------------------------------
|
||||||
# set BINARY_AGE and INTERFACE_AGE to 0.
|
# set BINARY_AGE and INTERFACE_AGE to 0.
|
||||||
|
|
||||||
MAJOR_VERSION=1
|
MAJOR_VERSION=1
|
||||||
MINOR_VERSION=0
|
MINOR_VERSION=1
|
||||||
MICRO_VERSION=0
|
MICRO_VERSION=0
|
||||||
INTERFACE_AGE=0
|
INTERFACE_AGE=0
|
||||||
BINARY_AGE=0
|
BINARY_AGE=0
|
||||||
|
|
2
physfs.h
2
physfs.h
|
@ -333,7 +333,7 @@ typedef struct
|
||||||
|
|
||||||
#ifndef DOXYGEN_SHOULD_IGNORE_THIS
|
#ifndef DOXYGEN_SHOULD_IGNORE_THIS
|
||||||
#define PHYSFS_VER_MAJOR 1
|
#define PHYSFS_VER_MAJOR 1
|
||||||
#define PHYSFS_VER_MINOR 0
|
#define PHYSFS_VER_MINOR 1
|
||||||
#define PHYSFS_VER_PATCH 0
|
#define PHYSFS_VER_PATCH 0
|
||||||
#endif /* DOXYGEN_SHOULD_IGNORE_THIS */
|
#endif /* DOXYGEN_SHOULD_IGNORE_THIS */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue