mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[0002] 0.17.0-DEV --> CATACLYSM-DEV
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
8276c75bef
commit
6df0910e61
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#ifndef _VERSION
|
#ifndef _VERSION
|
||||||
#if PLATFORM == PLATFORM_WINDOWS
|
#if PLATFORM == PLATFORM_WINDOWS
|
||||||
# define _VERSION(REVD,REVT,REVN,REVH) "0.17.0-DEV" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
|
# define _VERSION(REVD,REVT,REVN,REVH) "CATACLYSM-DEV" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
|
||||||
#else
|
#else
|
||||||
# define _VERSION(REVD,REVT,REVN,REVH) "@VERSION@" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
|
# define _VERSION(REVD,REVT,REVN,REVH) "@VERSION@" " (" REVD " " REVT " Revision " REVN " - " REVH ")"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "0001"
|
#define REVISION_NR "0002"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue