# HG changeset patch # User Ryan C. Gordon # Date 997207838 0 # Node ID 54e432c6b32089415119ef5764a750c615a5db51 # Parent cb9a4714b8441ff26307011c226906454f4bbcdd Changed version to 0.1.1. diff -r cb9a4714b844 -r 54e432c6b320 physfs.h --- a/physfs.h Tue Aug 07 03:33:44 2001 +0000 +++ b/physfs.h Tue Aug 07 18:10:38 2001 +0000 @@ -167,7 +167,7 @@ #define PHYSFS_VER_MAJOR 0 #define PHYSFS_VER_MINOR 1 -#define PHYSFS_VER_PATCH 0 +#define PHYSFS_VER_PATCH 1 #define PHYSFS_VERSION(x) { \ (x)->major = PHYSFS_VER_MAJOR; \