mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2025-01-26 01:11:39 +00:00
Separate version string
This commit is contained in:
parent
257018433f
commit
ec09071264
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