Changeset 419
- Timestamp:
- 08/12/06 17:08:09 (2 years ago)
- Files:
-
- 1.7.7/CHANGES (modified) (1 diff)
- 1.7.7/Configure (modified) (2 diffs)
- 1.7.7/Patchlevel (modified) (1 diff)
- 1.7.7/game/txt/hlp/pennvers.hlp (modified) (3 diffs)
- 1.7.7/hdrs/version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.7.7/CHANGES
r417 r419 18 18 19 19 ========================================================================== 20 21 Version 1.7.7 patchlevel 10 February 22, 2003 22 23 Fixes: 24 * Fix to stupid typo in Configure script that breaks on systems 25 without openssl. Argh. 20 26 21 27 Version 1.7.7 patchlevel 9 February 20, 2003 1.7.7/Configure
r417 r419 4728 4728 EOM 4729 4729 4730 d_openssl="$undef" 4730 4731 if $cc $ccflags $ldflags -o test_openssl test_openssl.c $libs $libssl $libcrypto >/dev/null 2>&1 ; 4731 4732 then … … 4733 4734 version=`./test_openssl` 4734 4735 if $test $? -eq 0; then 4735 d_openssl= 'define'4736 d_openssl="$define" 4736 4737 libs="$libs $libssl $libcrypto" 4737 4738 echo '...and at least version 0.9.6. Great.' >&4 1.7.7/Patchlevel
r417 r419 1 1 Do not edit this file. It is maintained by the official PennMUSH patches. 2 This is PennMUSH 1.7.7p 92 This is PennMUSH 1.7.7p10 1.7.7/game/txt/hlp/pennvers.hlp
r417 r419 1 1 & changes 2 & 1.7.7p 92 & 1.7.7p10 3 3 This is a list of changes in this patchlevel which are probably of 4 4 interest to players. More information about new commands and functions … … 12 12 be read in 'help patchlevels'. 13 13 14 Version 1.7.7 patchlevel 9 January 27, 2003 14 Version 1.7.7 patchlevel 10 February 22, 2003 15 16 Fixes: 17 * Fix to stupid typo in Configure script that breaks on systems 18 without openssl. Argh. 19 20 & 1.7.7p9 21 Version 1.7.7 patchlevel 9 February 20, 2003 15 22 16 23 Functions: … … 6100 6107 type 'help <version>p<patchlevel>'. For example, 'help 1.7.2p3' 6101 6108 6102 1.7.7: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 6109 1.7.7: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 6103 6110 1.7.6: 0, 1, 2, 3, 4, 5, 6, 7 6104 6111 1.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.7p 9"3 #define NUMVERSION 0010070070 091 #define VERSION "PennMUSH version 1.7.7 patchlevel 10 [02/22/2003]" 2 #define SHORTVN "PennMUSH 1.7.7p10" 3 #define NUMVERSION 001007007010
