Changeset 644

Show
Ignore:
Timestamp:
12/24/07 15:10:07 (1 year ago)
Author:
takkaria
Message:

Un-rev the version number, down to 3.0.13, to avoid weird out-of-memory errors.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/defines.h

    r643 r644  
    4545 */ 
    4646#define VERSION_MAJOR   3 
    47 #define VERSION_MINOR   1 
    48 #define VERSION_PATCH   0 
     47#define VERSION_MINOR   0 
     48#define VERSION_PATCH   13 
    4949#define VERSION_EXTRA   0 
    5050 
  • trunk/src/load.c

    r643 r644  
    22602260 
    22612261        /* 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)) 
    22632263        { 
    22642264                size_t i;