From 25c65e2df7c48043085f10b40acb657947e69edb Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 29 Aug 2001 03:32:04 +0000 Subject: [PATCH] Upped version to 0.1.3. --- physfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physfs.h b/physfs.h index 5c52235e..fc300f04 100644 --- a/physfs.h +++ b/physfs.h @@ -173,7 +173,7 @@ typedef struct __PHYSFS_VERSION__ #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; \