We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275168b commit 5594bf1Copy full SHA for 5594bf1
src/version.cpp
@@ -37,6 +37,6 @@ namespace pndl {
37
const unsigned int VERSION_MAJOR = 0;
38
const unsigned int VERSION_MINOR = 1;
39
const unsigned int VERSION_PATCH = 0;
40
-const bool VERSION_DEVELOPMENT = true;
41
-const char* VERSION_STRING = "0.1.0-dev";
+const bool VERSION_DEVELOPMENT = false;
+const char* VERSION_STRING = "0.1.0";
42
} // namespace pndl
0 commit comments