Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated version from 0.1.3 to 0.1.4.
  • Loading branch information
icculus committed Sep 14, 2001
1 parent 12314e3 commit c2b2506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physfs.h
Expand Up @@ -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; \
Expand Down

0 comments on commit c2b2506

Please sign in to comment.