-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Server Version (and console information)
- Loading branch information
1 parent
19c8fa6
commit 131244b
Showing
2 changed files
with
31 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,10 @@ | |
#define FS_DEFINITIONS_H | ||
|
||
static constexpr auto STATUS_SERVER_NAME = "Black Tek Server"; | ||
static constexpr auto STATUS_SERVER_VERSION = "Pre-Alpha 0.0.1"; | ||
static constexpr auto STATUS_SERVER_DEVELOPERS = "Black Tek Server Team"; | ||
static constexpr auto STATUS_SERVER_VERSION = "1.0"; | ||
static constexpr auto STATUS_SERVER_DEVELOPERS = "BlackTek"; | ||
static constexpr auto STATUS_SERVER_MAINTAINER = "[email protected]"; | ||
static constexpr auto STATUS_SERVER_COMMUNITY_LINK = "http://example.com/support"; | ||
|
||
static constexpr auto CLIENT_VERSION_MIN = 1097; | ||
static constexpr auto CLIENT_VERSION_MAX = 1098; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters