Skip to content

Commit

Permalink
UCX: bump extra version to pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-leksikov authored and swx-azure-svc committed Aug 1, 2022
1 parent 4431fd3 commit b4440d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
#
AC_PREREQ([2.63])

define([ucx_ver_major], 1) # Major version. Usually does not change.
define([ucx_ver_minor], 13) # Minor version. Increased for each release.
define([ucx_ver_patch], 0) # Patch version. Increased for a bugfix release.
define([ucx_ver_extra], ) # Extra version string. Empty for a general release.
define([ucx_ver_major], 1) # Major version. Usually does not change.
define([ucx_ver_minor], 13) # Minor version. Increased for each release.
define([ucx_ver_patch], 0) # Patch version. Increased for a bugfix release.
define([ucx_ver_extra], .pre1) # Extra version string. Empty for a general release.

define([ts], esyscmd([sh -c "date +%Y%m%d%H%M%S"]))

Expand Down
2 changes: 2 additions & 0 deletions ucx.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ library internals, protocol objects, transports status, and more.
%endif

%changelog
* Wed Apr 27 2022 Evgeny Leksikov <[email protected]> 1.13.0.pre1
- Bump version to 1.13.0.pre1
* Wed Nov 10 2021 Yossi Itigin <[email protected]> 1.13.0-1
- Bump version to 1.13.0
* Wed Jun 9 2021 Yossi Itigin <[email protected]> 1.12.0-1
Expand Down

0 comments on commit b4440d2

Please sign in to comment.