From c2b2506a7ca7db7badb5b18c3b45ea6f819ee47f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 14 Sep 2001 22:58:04 +0000 Subject: [PATCH] Updated version from 0.1.3 to 0.1.4. --- physfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physfs.h b/physfs.h index fc300f04..838d539c 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 3 +#define PHYSFS_VER_PATCH 4 #define PHYSFS_VERSION(x) { \ (x)->major = PHYSFS_VER_MAJOR; \