mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Update include/openmc/version.h.in
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
b94d89dea7
commit
ee44b0c9c3
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#include <array>
|
||||
|
||||
namespace openmc {
|
||||
|
||||
|
|
@ -8,4 +9,4 @@ namespace openmc {
|
|||
constexpr bool VERSION_DEV {true};
|
||||
constexpr std::array<int, 3> VERSION {VERSION_MAJOR, VERSION_MINOR, VERSION_RELEASE};
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue