Upped version to 1.0.2.
This commit is contained in:
parent
87aeb4dd16
commit
b35a36ddaa
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 = 1.0.1
|
||||
PROJECT_NUMBER = 1.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
|
@ -323,7 +323,7 @@ typedef struct
|
|||
#ifndef DOXYGEN_SHOULD_IGNORE_THIS
|
||||
#define PHYSFS_VER_MAJOR 1
|
||||
#define PHYSFS_VER_MINOR 0
|
||||
#define PHYSFS_VER_PATCH 1
|
||||
#define PHYSFS_VER_PATCH 2
|
||||
#endif /* DOXYGEN_SHOULD_IGNORE_THIS */
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 1,0,1,0
|
||||
PRODUCTVERSION 1,0,1,0
|
||||
FILEVERSION 1,0,2,0
|
||||
PRODUCTVERSION 1,0,2,0
|
||||
FILEOS 0x40004
|
||||
FILETYPE 0x2
|
||||
{
|
||||
|
@ -11,12 +11,12 @@ BLOCK "StringFileInfo"
|
|||
{
|
||||
VALUE "CompanyName", ""
|
||||
VALUE "FileDescription", "PhysicsFS"
|
||||
VALUE "FileVersion", "1, 0, 1, 0"
|
||||
VALUE "FileVersion", "1, 0, 2, 0"
|
||||
VALUE "InternalName", "PhysFS"
|
||||
VALUE "LegalCopyright", "Copyright © 2009 Ryan C. Gordon"
|
||||
VALUE "OriginalFilename", "physfs.dll"
|
||||
VALUE "ProductName", "PhysicsFS"
|
||||
VALUE "ProductVersion", "1, 0, 1, 0"
|
||||
VALUE "ProductVersion", "1, 0, 2, 0"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
#define TEST_VERSION_MAJOR 1
|
||||
#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;
|
||||
|
|
Loading…
Reference in New Issue