Skip to content

Commit

Permalink
BUILD: bump version to 1.2.0 (#643)
Browse files Browse the repository at this point in the history
Co-authored-by: valentin petrov <[email protected]>
  • Loading branch information
Sergei-Lebedev and valentin petrov authored Oct 5, 2022
1 parent fa61cb4 commit ca526d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# $HEADER$

define([ucc_ver_major], 1)
define([ucc_ver_minor], 1)
define([ucc_ver_minor], 2)
define([ucc_ver_patch], 0)
define([ucc_ver_micro], esyscmd([sh -c "git rev-list HEAD | wc -l | sed -e 's/ *//g' | xargs -n1 printf"]))
define([ucc_git_sha], esyscmd([sh -c "git rev-parse --short HEAD"]))
Expand Down

0 comments on commit ca526d5

Please sign in to comment.