Commit 3bdd88fa authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Pavel Vainerman

new release

parent a62666df
......@@ -35,7 +35,7 @@ jobs:
run: |
cd testsuite;
make check
- name: 'Upload Artifact'
- name: 'Upload Artifacts'
uses: actions/upload-artifact@v2
if: always()
with:
......
......@@ -25,8 +25,8 @@
%define oname uniset2
Name: libuniset2
Version: 2.14.1
Release: alt4
Version: 2.15.1
Release: alt1
Summary: UniSet - library for building distributed industrial control systems
License: LGPL-2.1
......@@ -594,6 +594,9 @@ rm -f %buildroot%_docdir/%oname/html/*.md5
# history of current unpublished changes
%changelog
* Mon Oct 11 2021 Pavel Vainerman <pv@altlinux.ru> 2.15.1-alt1
- supported "hash64/hash32" for ID
* Tue Sep 28 2021 Pavel Vainerman <pv@altlinux.ru> 2.14.1-alt4
- [python]: fixed build with c++17
......
......@@ -3,10 +3,10 @@
# See doc: http://www.gnu.org/software/hello/manual/autoconf/Generic-Programs.html
# AC_PREREQ(2.59)
AC_INIT([uniset2], [2.14.1], pv@etersoft.ru)
AC_INIT([uniset2], [2.15.1], pv@etersoft.ru)
AM_INIT_AUTOMAKE([subdir-objects])
LIBVER=16:1:14
LIBVER=17:1:15
AC_SUBST(LIBVER)
# AC_CONFIG_MACRO_DIR([m4])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment