Skip to content
Snippets Groups Projects
Commit 71e46e65 authored by deuce's avatar deuce
Browse files

Bump version to 6.24... it actually WAS 6.23 already... just not bumped

properly.
parent 25540af4
No related branches found
No related tags found
No related merge requests found
......@@ -107,20 +107,20 @@
/* VERSION INFORMATION CONSTANTS. */
#define OD_VER_SHORTNAME "OpenDoors"
#define OD_VER_STATUSLINE " OpenDoors 6.22 - (C) Copyright 1991-2001" \
#define OD_VER_STATUSLINE " OpenDoors 6.24 - (C) Copyright 1991-2001" \
" by Brian Pirie "
#define OD_VER_UNREG_STAT " OpenDoors 6.22 *WARNING* Unregistered Version" \
#define OD_VER_UNREG_STAT " OpenDoors 6.24 *WARNING* Unregistered Version" \
" - Limit 1 month trial period! "
#ifdef ODPLAT_DOS
#define OD_VER_SIGNON "[OpenDoors 6.22/DOS - " \
#define OD_VER_SIGNON "[OpenDoors 6.24/DOS - " \
"(C) Copyright 1991-2001 by Brian Pirie]\n\r"
#define OD_VER_FULLNAME "OpenDoors 6.22/DOS"
#define OD_VER_FULLNAME "OpenDoors 6.24/DOS"
#endif /* ODPLAT_DOS */
#ifdef ODPLAT_WIN32
#define OD_VER_SIGNON "[OpenDoors 6.22/Win32 - " \
#define OD_VER_SIGNON "[OpenDoors 6.24/Win32 - " \
"(C) Copyright 1991-2001 by Brian Pirie]\n\r"
#define OD_VER_FULLNAME "OpenDoors 6.22/Win32"
#define OD_VER_FULLNAME "OpenDoors 6.24/Win32"
#endif /* ODPLAT_WIN32 */
......
**************************************************************************
* OpenDoors v6.23 C/C++ Door Development Kit for DOS and Win32 Platforms *
* OpenDoors v6.24 C/C++ Door Development Kit for DOS and Win32 Platforms *
**************************************************************************
August 10, 2003
......@@ -92,4 +92,11 @@ descriptor on the command-line.
v6.23 changes:
*nix support using stdio
v6.24 chagnes:
Fixed timeing bugs on *nix
Fixed output truncated bug on *nix
Fixed od_get_input() hang on ESC on Win32
Fixed various other bugs.
Added od_key_pending() function.
/* End of ODOORS62.TXT */
......@@ -80,7 +80,7 @@
/* ========================================================================= */
/* OpenDoors API version number. */
#define OD_VERSION 0x622
#define OD_VERSION 0x624
#define DIRSEP '\\'
#define DIRSEP_STR "\\"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment