Skip to content
Snippets Groups Projects
Commit a0fe0181 authored by ilor's avatar ilor
Browse files

bump version to 1.0.0

parent 06c248af
Branches
No related merge requests found
########## libcorpus2 ############### ########## libcorpus2 ###############
PROJECT(corpus2) PROJECT(corpus2)
set(corpus2_ver_major "0") set(corpus2_ver_major "1")
set(corpus2_ver_minor "1") set(corpus2_ver_minor "0")
set(corpus2_ver_patch "2") set(corpus2_ver_patch "0")
if(NOT LIBCORPUS2_SRC_DATA_DIR) if(NOT LIBCORPUS2_SRC_DATA_DIR)
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
PROJECT(pwrutils) PROJECT(pwrutils)
set(pwrutils_ver_major "0") set(pwrutils_ver_major "1")
set(pwrutils_ver_minor "0") set(pwrutils_ver_minor "0")
set(pwrutils_ver_patch "3") set(pwrutils_ver_patch "0")
set(LIBPWRUTILS_VERSION set(LIBPWRUTILS_VERSION
"${pwrutils_ver_major}.${pwrutils_ver_minor}.${pwrutils_ver_patch}") "${pwrutils_ver_major}.${pwrutils_ver_minor}.${pwrutils_ver_patch}")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment