Skip to content

Commit

Permalink
Upped version to 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 23, 2009
1 parent 87aeb4d commit b35a36d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion physfs.h
Expand Up @@ -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 */


Expand Down
8 changes: 4 additions & 4 deletions physfs.rc
@@ -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
{
Expand All @@ -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"
}
}

Expand Down
2 changes: 1 addition & 1 deletion test/test_physfs.c
Expand Up @@ -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;
Expand Down

0 comments on commit b35a36d

Please sign in to comment.