# HG changeset patch # User Ryan C. Gordon # Date 1000508284 0 # Node ID 5a5a0d60cbf12d0e126c3c3c8d381cf9589583c7 # Parent 2f7fe055f772f2b87b6e48014d4cc4b74e403a27 Updated version from 0.1.3 to 0.1.4. diff -r 2f7fe055f772 -r 5a5a0d60cbf1 physfs.h --- a/physfs.h Fri Sep 14 22:57:22 2001 +0000 +++ b/physfs.h Fri Sep 14 22:58:04 2001 +0000 @@ -173,7 +173,7 @@ #define PHYSFS_VER_MAJOR 0 #define PHYSFS_VER_MINOR 1 -#define PHYSFS_VER_PATCH 3 +#define PHYSFS_VER_PATCH 4 #define PHYSFS_VERSION(x) { \ (x)->major = PHYSFS_VER_MAJOR; \