Skip to content
Snippets Groups Projects
Commit 25540af4 authored by deuce's avatar deuce
Browse files

Bump version to 6.22

parent 98caf0b6
Branches
Tags
No related merge requests found
......@@ -107,20 +107,20 @@
/* VERSION INFORMATION CONSTANTS. */
#define OD_VER_SHORTNAME "OpenDoors"
#define OD_VER_STATUSLINE " OpenDoors 6.20 - (C) Copyright 1991-2001" \
#define OD_VER_STATUSLINE " OpenDoors 6.22 - (C) Copyright 1991-2001" \
" by Brian Pirie "
#define OD_VER_UNREG_STAT " OpenDoors 6.20 *WARNING* Unregistered Version" \
#define OD_VER_UNREG_STAT " OpenDoors 6.22 *WARNING* Unregistered Version" \
" - Limit 1 month trial period! "
#ifdef ODPLAT_DOS
#define OD_VER_SIGNON "[OpenDoors 6.20/DOS - " \
#define OD_VER_SIGNON "[OpenDoors 6.22/DOS - " \
"(C) Copyright 1991-2001 by Brian Pirie]\n\r"
#define OD_VER_FULLNAME "OpenDoors 6.20/DOS"
#define OD_VER_FULLNAME "OpenDoors 6.22/DOS"
#endif /* ODPLAT_DOS */
#ifdef ODPLAT_WIN32
#define OD_VER_SIGNON "[OpenDoors 6.20/Win32 - " \
#define OD_VER_SIGNON "[OpenDoors 6.22/Win32 - " \
"(C) Copyright 1991-2001 by Brian Pirie]\n\r"
#define OD_VER_FULLNAME "OpenDoors 6.20/Win32"
#define OD_VER_FULLNAME "OpenDoors 6.22/Win32"
#endif /* ODPLAT_WIN32 */
......
......@@ -80,7 +80,7 @@
/* ========================================================================= */
/* OpenDoors API version number. */
#define OD_VERSION 0x621
#define OD_VERSION 0x622
#define DIRSEP '\\'
#define DIRSEP_STR "\\"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment