From de42e97fca341e86551a8a58ce29f1f235adb3d6 Mon Sep 17 00:00:00 2001 From: kervala Date: Thu, 5 Nov 2015 17:42:43 +0100 Subject: [PATCH] Changed: Revert back to official client version (revision will be displayed in Ryzom Core client) --- code/ryzom/common/src/game_share/ryzom_version.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/code/ryzom/common/src/game_share/ryzom_version.h b/code/ryzom/common/src/game_share/ryzom_version.h index 50decd298..d83389cf4 100644 --- a/code/ryzom/common/src/game_share/ryzom_version.h +++ b/code/ryzom/common/src/game_share/ryzom_version.h @@ -17,11 +17,7 @@ #ifndef RYZOM_VERSION_H #define RYZOM_VERSION_H -#define RYZOM_COMPATIBILITY_VERSION "2.1.0" -#define RYZOM_VERSION RYZOM_COMPATIBILITY_VERSION" (ryzom" \ - "/" \ - "v0.12.0" \ - "-dev)" +#define RYZOM_VERSION "2.1.0" #endif // RYZOM_VERSION_H