Skip to content

Commit

Permalink
BUILD: bump version to 1.3.0 (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei-Lebedev authored Jun 1, 2023
1 parent 98e0e27 commit 0d07b2f
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 @@ -12,7 +12,7 @@

AC_PREREQ([2.63])
define([ucc_ver_major], 1)
define([ucc_ver_minor], 2)
define([ucc_ver_minor], 3)
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 0d07b2f

Please sign in to comment.