# HG changeset patch # User Ryan C. Gordon # Date 999055924 0 # Node ID e0f3c372cb9dab136bfe5650ffa33809f7b3adba # Parent 5dbb03944ef038c170fa23ee4d7a705658eb44a5 Upped version to 0.1.3. diff -r 5dbb03944ef0 -r e0f3c372cb9d physfs.h --- a/physfs.h Wed Aug 29 03:31:43 2001 +0000 +++ b/physfs.h Wed Aug 29 03:32:04 2001 +0000 @@ -173,7 +173,7 @@ #define PHYSFS_VER_MAJOR 0 #define PHYSFS_VER_MINOR 1 -#define PHYSFS_VER_PATCH 2 +#define PHYSFS_VER_PATCH 3 #define PHYSFS_VERSION(x) { \ (x)->major = PHYSFS_VER_MAJOR; \