Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bumped version numbers.
  • Loading branch information
icculus committed Mar 26, 2007
1 parent 49c5762 commit ded10c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion physfs.h
Expand Up @@ -401,7 +401,7 @@ typedef struct
#ifndef DOXYGEN_SHOULD_IGNORE_THIS
#define PHYSFS_VER_MAJOR 1
#define PHYSFS_VER_MINOR 1
#define PHYSFS_VER_PATCH 0
#define PHYSFS_VER_PATCH 1
#endif /* DOXYGEN_SHOULD_IGNORE_THIS */


Expand Down
2 changes: 1 addition & 1 deletion test/test_physfs.c
Expand Up @@ -27,7 +27,7 @@

#define TEST_VERSION_MAJOR 1
#define TEST_VERSION_MINOR 1
#define TEST_VERSION_PATCH 0
#define TEST_VERSION_PATCH 1

static FILE *history_file = NULL;
static PHYSFS_uint32 do_buffer_size = 0;
Expand Down

0 comments on commit ded10c9

Please sign in to comment.