PennMUSH Community

Changeset 419

Show
Ignore:
Timestamp:
08/12/06 17:08:09 (2 years ago)
Author:
pennmush
Message:

PennMUSH 1.7.7p10 Archival

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.7.7/CHANGES

    r417 r419  
    1818 
    1919========================================================================== 
     20 
     21Version 1.7.7 patchlevel 10                     February 22, 2003 
     22 
     23Fixes: 
     24  * Fix to stupid typo in Configure script that breaks on systems 
     25    without openssl. Argh. 
    2026 
    2127Version 1.7.7 patchlevel 9                      February 20, 2003 
  • 1.7.7/Configure

    r417 r419  
    47284728EOM 
    47294729 
     4730d_openssl="$undef" 
    47304731if $cc $ccflags $ldflags -o test_openssl test_openssl.c $libs $libssl $libcrypto >/dev/null 2>&1 ; 
    47314732then 
     
    47334734    version=`./test_openssl` 
    47344735    if $test $? -eq 0; then 
    4735       d_openssl='define' 
     4736      d_openssl="$define" 
    47364737      libs="$libs $libssl $libcrypto" 
    47374738      echo '...and at least version 0.9.6. Great.' >&4 
  • 1.7.7/Patchlevel

    r417 r419  
    11Do not edit this file. It is maintained by the official PennMUSH patches. 
    2 This is PennMUSH 1.7.7p9 
     2This is PennMUSH 1.7.7p10 
  • 1.7.7/game/txt/hlp/pennvers.hlp

    r417 r419  
    11& changes 
    2 & 1.7.7p9 
     2& 1.7.7p10 
    33This is a list of changes in this patchlevel which are probably of 
    44interest to players. More information about new commands and functions 
     
    1212be read in 'help patchlevels'. 
    1313 
    14 Version 1.7.7 patchlevel 9                      January 27, 2003 
     14Version 1.7.7 patchlevel 10                     February 22, 2003 
     15 
     16Fixes: 
     17  * Fix to stupid typo in Configure script that breaks on systems 
     18    without openssl. Argh. 
     19 
     20& 1.7.7p9 
     21Version 1.7.7 patchlevel 9                      February 20, 2003 
    1522 
    1623Functions: 
     
    61006107type 'help <version>p<patchlevel>'. For example, 'help 1.7.2p3' 
    61016108 
    6102 1.7.7: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 
     61091.7.7: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 
    610361101.7.6: 0, 1, 2, 3, 4, 5, 6, 7 
    610461111.7.5: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 
  • 1.7.7/hdrs/version.h

    r417 r419  
    1 #define VERSION "PennMUSH version 1.7.7 patchlevel 9 [02/20/2003]" 
    2 #define SHORTVN "PennMUSH 1.7.7p9
    3 #define NUMVERSION 001007007009 
     1#define VERSION "PennMUSH version 1.7.7 patchlevel 10 [02/22/2003]" 
     2#define SHORTVN "PennMUSH 1.7.7p10
     3#define NUMVERSION 001007007010