Skip to content

Commit

Permalink
Merge pull request openucx#1521 from alinask/topic/config-v1-2-versio…
Browse files Browse the repository at this point in the history
…n-bump

CONFIGURE: set the UCX version to v1.2.
  • Loading branch information
shamisp authored May 16, 2017
2 parents ea9a5d9 + 2ea8485 commit 5b551dc
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 @@ -10,7 +10,7 @@ AC_PREREQ([2.63])

define([scm_r], esyscmd([sh -c "git rev-parse --short=7 HEAD"]))
define([ucx_ver_major], 1)
define([ucx_ver_minor], 1)
define([ucx_ver_minor], 2)
define([ts], esyscmd([sh -c "date +%Y%m%d%H%M%S"]))
define([revcount], esyscmd([git rev-list HEAD | wc -l | sed -e 's/ *//g' | xargs -n1 printf]))

Expand Down

0 comments on commit 5b551dc

Please sign in to comment.