From b78da1865796686a9124e31d7ac6bc8addeb3f19 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 28 Mar 2009 16:16:08 -0400 Subject: [PATCH] Bumped version number (although we're probably far from a real 2.1.0 release). --- src/physfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/physfs.h b/src/physfs.h index 635db6ac..da4f4412 100644 --- a/src/physfs.h +++ b/src/physfs.h @@ -400,7 +400,7 @@ typedef struct PHYSFS_Version #ifndef DOXYGEN_SHOULD_IGNORE_THIS #define PHYSFS_VER_MAJOR 2 -#define PHYSFS_VER_MINOR 0 +#define PHYSFS_VER_MINOR 1 #define PHYSFS_VER_PATCH 0 #endif /* DOXYGEN_SHOULD_IGNORE_THIS */