Changeset 644
- Timestamp:
- 12/24/07 15:10:07 (1 year ago)
- Files:
-
- trunk/src/defines.h (modified) (1 diff)
- trunk/src/load.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/defines.h
r643 r644 45 45 */ 46 46 #define VERSION_MAJOR 3 47 #define VERSION_MINOR 148 #define VERSION_PATCH 047 #define VERSION_MINOR 0 48 #define VERSION_PATCH 13 49 49 #define VERSION_EXTRA 0 50 50 trunk/src/load.c
r643 r644 2260 2260 2261 2261 /* Read in the history list if the savefile is new enough */ 2262 if (!older_than(3, 1, 0))2262 if (!older_than(3, 0, 13)) 2263 2263 { 2264 2264 size_t i;
