[Rel21] Set baseline revision
This commit is contained in:
parent
fa27dff227
commit
e8eb4b3b94
@ -7,8 +7,8 @@ git:
|
||||
# only run travis on the master branch
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- Rel20
|
||||
- release20
|
||||
- develop21
|
||||
|
||||
# build with both gcc and clang to ensure compatibility
|
||||
compiler:
|
||||
|
@ -25,7 +25,7 @@ if(POLICY CMP0043)
|
||||
endif()
|
||||
|
||||
project(MaNGOS)
|
||||
set(MANGOS_VERSION 0.20)
|
||||
set(MANGOS_VERSION 0.21)
|
||||
|
||||
set(CMAKE_MODULE_PATH
|
||||
"${CMAKE_MODULE_PATH}"
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
#ifndef MANGOS_VERSION
|
||||
#if PLATFORM == PLATFORM_WINDOWS
|
||||
# define MANGOS_VERSION(REVD,REVT,REVN,REVH) "0.20.0" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
|
||||
# define MANGOS_VERSION(REVD,REVT,REVN,REVH) "0.21.0" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
|
||||
#else
|
||||
# define MANGOS_VERSION(REVD,REVT,REVN,REVH) "@VERSION@" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
|
||||
#endif
|
||||
|
@ -24,8 +24,8 @@
|
||||
|
||||
#ifndef MANGOS_H_REVISION
|
||||
#define MANGOS_H_REVISION
|
||||
#define REVISION_NR "20007"
|
||||
#define REVISION_NR "21000"
|
||||
#define REVISION_DB_CHARACTERS "required_20005_01_characters_pvpstats"
|
||||
#define REVISION_DB_MANGOS "required_20007_01_Rel20_Release_Prep"
|
||||
#define REVISION_DB_MANGOS "required_21000_01_Release21_initial"
|
||||
#define REVISION_DB_REALMD "required_20140607_Realm_Resync"
|
||||
#endif // __REVISION_H__
|
||||
|
Loading…
x
Reference in New Issue
Block a user