equal
deleted
inserted
replaced
171 int patch; |
171 int patch; |
172 } PHYSFS_Version; |
172 } PHYSFS_Version; |
173 |
173 |
174 #define PHYSFS_VER_MAJOR 0 |
174 #define PHYSFS_VER_MAJOR 0 |
175 #define PHYSFS_VER_MINOR 1 |
175 #define PHYSFS_VER_MINOR 1 |
176 #define PHYSFS_VER_PATCH 2 |
176 #define PHYSFS_VER_PATCH 3 |
177 |
177 |
178 #define PHYSFS_VERSION(x) { \ |
178 #define PHYSFS_VERSION(x) { \ |
179 (x)->major = PHYSFS_VER_MAJOR; \ |
179 (x)->major = PHYSFS_VER_MAJOR; \ |
180 (x)->minor = PHYSFS_VER_MINOR; \ |
180 (x)->minor = PHYSFS_VER_MINOR; \ |
181 (x)->patch = PHYSFS_VER_PATCH; \ |
181 (x)->patch = PHYSFS_VER_PATCH; \ |