Update version to 0.11.0-dev

This commit is contained in:
Paul Romano 2019-05-23 11:58:10 -05:00
parent cb9d0a92b0
commit dc4d98a1cb
3 changed files with 9 additions and 8 deletions

View file

@ -75,7 +75,7 @@ void title()
" Copyright | 2011-2019 MIT and OpenMC contributors\n" <<
" License | http://openmc.readthedocs.io/en/latest/license.html\n" <<
" Version | " << VERSION_MAJOR << '.' << VERSION_MINOR << '.'
<< VERSION_RELEASE << '\n';
<< VERSION_RELEASE << (VERSION_DEV ? "-dev" : "") << '\n';
#ifdef GIT_SHA1
std::cout << " Git SHA1 | " << GIT_SHA1 << '\n';
#endif