We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 835d933 + 61b2d1c commit d038370Copy full SHA for d038370
configure.ac
@@ -10,7 +10,7 @@ AC_PREREQ([2.63])
10
11
define([ucx_ver_major], 1)
12
define([ucx_ver_minor], 5)
13
-define([ucx_ver_patch], 0)
+define([ucx_ver_patch], 1)
14
define([ts], esyscmd([sh -c "date +%Y%m%d%H%M%S"]))
15
16
# This is the API version (see libtool library versioning)
ucx.spec.in
@@ -82,6 +82,9 @@ rm -f %{buildroot}%{_libdir}/*.la
82
%postun -p /sbin/ldconfig
83
84
%changelog
85
+* Sat Mar 23 2019 Yossi Itigin <yosefe@mellanox.com> 1.5.1-1
86
+- Bump version to 1.5.1
87
+- See NEWS for details
88
* Tue Nov 6 2018 Andrey Maslennikov <andreyma@mellanox.com> 1.5.0-1
89
- Bump version to 1.5.0
90
- See NEWS for details
0 commit comments