From 4a919d7b1a820eaa3e91fa1ca235996c42077891 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 7 Aug 2001 18:10:38 +0000 Subject: [PATCH] Changed version to 0.1.1. --- physfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physfs.h b/physfs.h index 55990ee..bfe5a17 100644 --- a/physfs.h +++ b/physfs.h @@ -167,7 +167,7 @@ typedef struct __PHYSFS_VERSION__ #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; \