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