From fbbd2edd6f33628b6e9257cf876670759f454017 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sun, 12 Apr 2009 09:58:33 -0600 Subject: Merge version strings, add version to setup, etc All instances of version strings should now use the same text. The version label was moved from main.cpp to Desktop. A new version label was added to SetupDialog to make it easier to get the version if you are already in game. --- src/main.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index 4f29425f..95f779eb 100644 --- a/src/main.h +++ b/src/main.h @@ -128,4 +128,10 @@ extern char n_server, n_character; extern unsigned char state; extern std::string errorMessage; +namespace Main { + +extern const std::string version; + +} + #endif -- cgit v1.2.3-70-g09d2