mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 09:49:05 +00:00
Changed: Added RYZOM_COMPATIBILITY_VERSION version string for compatibility branch
--HG-- branch : compatibility
This commit is contained in:
parent
eb05c962de
commit
47051791fa
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
||||||
#ifndef RYZOM_VERSION_H
|
#ifndef RYZOM_VERSION_H
|
||||||
#define RYZOM_VERSION_H
|
#define RYZOM_VERSION_H
|
||||||
|
|
||||||
#define RYZOM_VERSION "2.1.0 (ryzom" \
|
#define RYZOM_COMPATIBILITY_VERSION "2.1.0"
|
||||||
|
#define RYZOM_VERSION RYZOM_COMPATIBILITY_VERSION" (ryzom" \
|
||||||
"/" \
|
"/" \
|
||||||
"v0.11.2" \
|
"v0.11.2" \
|
||||||
")"
|
")"
|
||||||
|
|
Loading…
Reference in a new issue