Permalink
File 1 of 1 in
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File 1 of 1 in
c2b2506
Previous
Next
Previous
Next
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -173,7 +173,7 @@ typedef struct __PHYSFS_VERSION__ | ||
|
||
#define PHYSFS_VER_MAJOR 0 | ||
#define PHYSFS_VER_MINOR 1 | ||
#define PHYSFS_VER_PATCH 4 | ||
|
||
#define PHYSFS_VERSION(x) { \ | ||
(x)->major = PHYSFS_VER_MAJOR; \ | ||