Changeset 643

Show
Ignore:
Timestamp:
12/24/07 14:52:04 (1 year ago)
Author:
takkaria
Message:

Increment the savefile version for the notes code. Should have done this before -- sorry!

Files:

Legend:

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

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

    r636 r643  
    690690        int i; 
    691691        byte tmp8u; 
    692          
     692 
    693693        monster_race *r_ptr = &r_info[r_idx]; 
    694694        monster_lore *l_ptr = &l_list[r_idx]; 
     
    22602260 
    22612261        /* Read in the history list if the savefile is new enough */ 
    2262         if (!older_than(3, 0, 11)) 
     2262        if (!older_than(3, 1, 0)) 
    22632263        { 
    22642264                size_t i;