RENEWLab  1.1.0
RENEW project
version_config.h
Go to the documentation of this file.
1 
6 #ifndef VERSION_CONFIG_H_
7 #define VERSION_CONFIG_H_
8 #include <string>
9 
10 const std::string GetSounderProjectVersion() { return "1.0.1"; }
11 
12 #endif // VERSION_CONFIG_H_
GetSounderProjectVersion
const std::string GetSounderProjectVersion()
Definition: version_config.h:10