From: Maxim Mamontov Date: Sun, 28 Sep 2014 15:47:51 +0000 (+0300) Subject: Removed "alpha" from version. X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/86b8aab2752e68ca1844896c54e6083d88cac23b Removed "alpha" from version. --- diff --git a/projects/sgconf/main.cpp b/projects/sgconf/main.cpp index a93233f2..82372224 100644 --- a/projects/sgconf/main.cpp +++ b/projects/sgconf/main.cpp @@ -120,7 +120,7 @@ return CONST_METHOD1_ADAPTER(func, obj); void Version(const std::string & self) { -std::cout << self << ", version: 2.0.0-alpha.\n"; +std::cout << self << ", version: 2.0.0.\n"; } void ReadUserConfigFile(SGCONF::OPTION_BLOCK & block)