Changeset 650

Show
Ignore:
Timestamp:
12/12/05 22:44:08 (3 years ago)
Author:
smoku
Message:

new GG client version mappings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/gg_versions.c

    r634 r650  
    4747        "6.0 (build 136,142)",                  /* 0x22 */ 
    4848        NULL,                                   /* 0x23 */ 
    49         "6.0 (build 156)",                      /* 0x24 */ 
    50         NULL,NULL,NULL                          /* 0x25 - 0x27 */ 
     49        "6.0 (build 155)",                      /* 0x24 */ 
     50        "7.0 (build 1)",                        /* 0x25 */ 
     51        "7.0 (build 20)",                       /* 0x26 */ 
     52        "7.0 (build 22)",                       /* 0x27 */ 
     53        NULL,NULL,NULL,NULL,                    /* 0x28 - 0x31 */ 
     54        NULL,NULL,NULL,NULL,                    /* 0x32 - 0x35 */ 
     55        NULL,NULL,NULL,NULL,                    /* 0x36 - 0x39 */ 
     56        NULL,NULL,NULL,NULL,                    /* 0x3a - 0x3d */ 
     57        NULL,NULL                               /* 0x3e - 0x3f */ 
    5158}; 
  • trunk/src/gg_versions.h

    r631 r650  
    2222 
    2323extern char *gg_version[]; 
    24 #define GG_VERSION_ELEMENTS 0x28 
     24#define GG_VERSION_ELEMENTS 0x40 
    2525 
    2626#endif