v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
16
source/base/StarVersion.hpp
Normal file
16
source/base/StarVersion.hpp
Normal file
|
@ -0,0 +1,16 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue