From b7cd18b98b1bf786cf68f5001c9cedab675ae58f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 16 Apr 2002 12:42:40 +0000 Subject: [PATCH] Upped version to 0.1.5. --- physfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physfs.h b/physfs.h index 7b94dfc3..d34fc3e7 100644 --- a/physfs.h +++ b/physfs.h @@ -202,7 +202,7 @@ typedef struct __PHYSFS_VERSION__ #define PHYSFS_VER_MAJOR 0 #define PHYSFS_VER_MINOR 1 -#define PHYSFS_VER_PATCH 4 +#define PHYSFS_VER_PATCH 5 #define PHYSFS_VERSION(x) { \ (x)->major = PHYSFS_VER_MAJOR; \