Commit 8b7358a6 authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Pavel Vainerman

New release 2.19.1

parent 61a2f7ad
......@@ -25,7 +25,7 @@
%define oname uniset2
Name: libuniset2
Version: 2.18.1
Version: 2.19.1
Release: alt1
Summary: UniSet - library for building distributed industrial control systems
......@@ -594,6 +594,9 @@ rm -f %buildroot%_docdir/%oname/html/*.md5
# history of current unpublished changes
%changelog
* Sat Nov 27 2021 Pavel Vainerman <pv@altlinux.ru> 2.19.1-alt1
- [log]: supported "log in local time"
* Sun Nov 21 2021 Pavel Vainerman <pv@altlinux.ru> 2.18.1-alt1
- [modbus slave]: supported "socket timeout"(reopen)
......
......@@ -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.18.1], pv@etersoft.ru)
AC_INIT([uniset2], [2.19.1], pv@etersoft.ru)
AM_INIT_AUTOMAKE([subdir-objects])
LIBVER=19:2:18
LIBVER=20:2:19
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