Skip to content

Commit

Permalink
Merge pull request #1782 from amaslenn/v1.2.1
Browse files Browse the repository at this point in the history
UCX: bump version to 1.2.1
  • Loading branch information
yosefe authored Aug 27, 2017
2 parents 5a7c9db + 98f22f3 commit 756c745
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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([ucx_ver_major], 1)
define([ucx_ver_minor], 2)
define([ucx_ver_patch], 0)
define([ucx_ver_patch], 1)
define([ts], esyscmd([sh -c "date +%Y%m%d%H%M%S"]))

# This is the API version (see libtool library versioning)
Expand Down
2 changes: 2 additions & 0 deletions ucx.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,7 @@ rm -f %{buildroot}%{_libdir}/*.la
%postun -p /sbin/ldconfig

%changelog
* Mon Aug 21 2017 Andrey Maslennikov <andreyma@mellanox.com> 1.2.1-1
- Spec file now complies with Fedora guidelines
* Mon Jul 3 2017 Andrey Maslennikov <andreyma@mellanox.com> 1.2.0-1
- Fedora package created

0 comments on commit 756c745

Please sign in to comment.