]> git.stg.codes - stg.git/commitdiff
Removed "alpha" from version.
authorMaxim Mamontov <faust.madf@gmail.com>
Sun, 28 Sep 2014 15:47:51 +0000 (18:47 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Sun, 28 Sep 2014 15:47:51 +0000 (18:47 +0300)
projects/sgconf/main.cpp

index a93233f2bd1469be8073e7401d1b7fa3569dcadf..82372224ba20ea6aacb7c9204548edc1dc23f9f3 100644 (file)
@@ -120,7 +120,7 @@ return CONST_METHOD1_ADAPTER<C, A, R>(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)