Skip to content
Snippets Groups Projects
Commit 22275998 authored by rswindell's avatar rswindell
Browse files

Changed version to 3.12b (beta).

parent 3afefbb5
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
/*************/ /*************/
#define VERSION "3.12" /* Version: Major.minor */ #define VERSION "3.12" /* Version: Major.minor */
#define REVISION 'a' /* Revision: lowercase letter */ #define REVISION 'b' /* Revision: lowercase letter */
#define VERSION_NOTICE "Synchronet BBS for "PLATFORM_DESC\ #define VERSION_NOTICE "Synchronet BBS for "PLATFORM_DESC\
" Version " VERSION " Version " VERSION
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include "sbbs.h" #include "sbbs.h"
extern "C" const char* beta_version = " "; /* Space if non-beta, " beta" otherwise */ extern "C" const char* beta_version = " beta"; /* Space if non-beta, " beta" otherwise */
#if defined(_WINSOCKAPI_) #if defined(_WINSOCKAPI_)
extern WSADATA WSAData; extern WSADATA WSAData;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment