6352e8e319
all at once
17 lines
286 B
C++
17 lines
286 B
C++
#ifndef STAR_VERSION_HPP
|
|
#define STAR_VERSION_HPP
|
|
|
|
#include "StarConfig.hpp"
|
|
|
|
namespace Star {
|
|
|
|
extern char const* const StarVersionString;
|
|
extern char const* const StarSourceIdentifierString;
|
|
extern char const* const StarArchitectureString;
|
|
|
|
typedef uint32_t VersionNumber;
|
|
|
|
}
|
|
|
|
#endif
|