Skip to content

Commit

Permalink
BUILD: bump version to 1.4.0 (openucx#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei-Lebedev authored Apr 23, 2024
1 parent 132a1c2 commit 20eae37
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], 3)
define([ucc_ver_minor], 4)
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 20eae37

Please sign in to comment.