Update include/openmc/version.h.in

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Patrick Shriwise 2021-01-18 22:27:33 -06:00 committed by GitHub
parent b94d89dea7
commit ee44b0c9c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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};
}
}