mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Separate version string
This commit is contained in:
parent
f8791b5ff2
commit
972611e5c0
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@
|
||||||
#ifndef RYZOM_VERSION_H
|
#ifndef RYZOM_VERSION_H
|
||||||
#define RYZOM_VERSION_H
|
#define RYZOM_VERSION_H
|
||||||
|
|
||||||
#define RYZOM_VERSION "ryzomcore/v0.11.1-dev"
|
#define RYZOM_VERSION "ryzomcore/" \
|
||||||
|
"v0.11.1" \
|
||||||
|
"-dev"
|
||||||
|
|
||||||
#endif // RYZOM_VERSION_H
|
#endif // RYZOM_VERSION_H
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue