1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-18 11:54:14 +01:00

bumped version

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40179
This commit is contained in:
David Anderson 2006-02-04 21:45:10 +00:00
parent b6f713be5f
commit 3c47dbb392
2 changed files with 4 additions and 4 deletions

View File

@ -7,9 +7,9 @@ SRCDS = ~/srcds_l
### EDIT BELOW FOR OTHER PROJECTS ###
OPT_FLAGS = -O3 -fno-rtti -funroll-loops -s -pipe
OPT_FLAGS = -O2 -fno-rtti -funroll-loops -s -pipe
DEBUG_FLAGS = -g -ggdb3
CPP = gcc
CPP = gcc-3.4
BINARY = server_i486.so
OBJECTS = oslink.cpp util.cpp convar.cpp concommands.cpp \

View File

@ -34,12 +34,12 @@
* increase vers_release when bug fix releases are made
* never increase major
*/
#define SOURCEMM_VERSION "1.2"
#define SOURCEMM_VERSION "1.2.1"
#define SOURCEMM_DATE __DATE__
#define SM_MAJOR_VERSION 1 //never need to increase this
#define SM_VERS_API_MAJOR 1 //increase this on a breaking change
#define SM_VERS_API_MINOR 2 //increase this on a non-breaking API change
#define SM_VERS_RELEASE 0 //increase this on a bug-fix release.
#define SM_VERS_RELEASE 1 //increase this on a bug-fix release.
//We need a good CServerGameDLL version to work properly. We support these inclusively.
#define MIN_GAMEDLL_VERSION 3