Merge pull request #1259 from paulromano/dev-version

Increment version to 0.11.0-dev and some documentation changes
This commit is contained in:
Sterling Harper 2019-06-17 14:50:45 -04:00 committed by GitHub
commit 1f44d74690
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 1376 additions and 98 deletions

View file

@ -20,8 +20,9 @@ using double_4dvec = std::vector<std::vector<std::vector<std::vector<double>>>>;
// OpenMC major, minor, and release numbers
constexpr int VERSION_MAJOR {0};
constexpr int VERSION_MINOR {10};
constexpr int VERSION_MINOR {11};
constexpr int VERSION_RELEASE {0};
constexpr bool VERSION_DEV {true};
constexpr std::array<int, 3> VERSION {VERSION_MAJOR, VERSION_MINOR, VERSION_RELEASE};
// HDF5 data format