Skip to content

Commit 5594bf1

Browse files
Set version 0.1.0
1 parent 275168b commit 5594bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/version.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ namespace pndl {
3737
const unsigned int VERSION_MAJOR = 0;
3838
const unsigned int VERSION_MINOR = 1;
3939
const unsigned int VERSION_PATCH = 0;
40-
const bool VERSION_DEVELOPMENT = true;
41-
const char* VERSION_STRING = "0.1.0-dev";
40+
const bool VERSION_DEVELOPMENT = false;
41+
const char* VERSION_STRING = "0.1.0";
4242
} // namespace pndl

0 commit comments

Comments
 (0)