ROSE  0.11.145.0
Version.h
1 #ifndef ROSE_CommandLine_Version_H
2 #define ROSE_CommandLine_Version_H
3 
4 #include <rosedll.h>
5 
6 #include <string>
7 
8 namespace Rose {
9 namespace CommandLine {
10 
18 ROSE_DLL_API extern std::string versionString; // intentionally non-const so tools can change it
19 
20 } // namespace
21 } // namespace
22 
23 #endif
Main namespace for the ROSE library.
ROSE_DLL_API std::string versionString
Global location for version string.