Upped version to 2.0.2
This commit is contained in:
parent
896b455f6b
commit
9b561b4799
|
@ -6,7 +6,7 @@
|
|||
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
|
||||
|
||||
PROJECT(PhysicsFS)
|
||||
SET(PHYSFS_VERSION 2.0.1)
|
||||
SET(PHYSFS_VERSION 2.0.2)
|
||||
|
||||
# Increment this if/when we break backwards compatibility.
|
||||
SET(PHYSFS_SOVERSION 1)
|
||||
|
|
2
Doxyfile
2
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 = 2.0.1
|
||||
PROJECT_NUMBER = 2.0.2
|
||||
|
||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||
# base path where the generated documentation will be put.
|
||||
|
|
2
physfs.h
2
physfs.h
|
@ -405,7 +405,7 @@ typedef struct PHYSFS_Version
|
|||
#ifndef DOXYGEN_SHOULD_IGNORE_THIS
|
||||
#define PHYSFS_VER_MAJOR 2
|
||||
#define PHYSFS_VER_MINOR 0
|
||||
#define PHYSFS_VER_PATCH 1
|
||||
#define PHYSFS_VER_PATCH 2
|
||||
#endif /* DOXYGEN_SHOULD_IGNORE_THIS */
|
||||
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#define TEST_VERSION_MAJOR 2
|
||||
#define TEST_VERSION_MINOR 0
|
||||
#define TEST_VERSION_PATCH 1
|
||||
#define TEST_VERSION_PATCH 2
|
||||
|
||||
static FILE *history_file = NULL;
|
||||
static PHYSFS_uint32 do_buffer_size = 0;
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#define TEST_VER_MAJOR 2
|
||||
#define TEST_VER_MINOR 0
|
||||
#define TEST_VER_PATCH 1
|
||||
#define TEST_VER_PATCH 2
|
||||
|
||||
//static PHYSFS_uint32 do_buffer_size = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue