Commit 4ed50544 authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Pavel Vainerman

release 2.23.1

parent 316d7772
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
%define oname uniset2 %define oname uniset2
Name: libuniset2 Name: libuniset2
Version: 2.22.1 Version: 2.23.1
Release: alt1 Release: alt1
Summary: UniSet - library for building distributed industrial control systems Summary: UniSet - library for building distributed industrial control systems
...@@ -594,6 +594,9 @@ rm -f %buildroot%_docdir/%oname/html/*.md5 ...@@ -594,6 +594,9 @@ rm -f %buildroot%_docdir/%oname/html/*.md5
# history of current unpublished changes # history of current unpublished changes
%changelog %changelog
* Sun Oct 16 2022 Pavel Vainerman <pv@altlinux.ru> 2.23.1-alt1
- (modbus): supported "stopbits","charsize"
* Sat Oct 15 2022 Pavel Vainerman <pv@altlinux.ru> 2.22.1-alt1 * Sat Oct 15 2022 Pavel Vainerman <pv@altlinux.ru> 2.22.1-alt1
- (modbus): supported "parity" - (modbus): supported "parity"
- some fixes for c++17 - some fixes for c++17
......
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
# See doc: http://www.gnu.org/software/hello/manual/autoconf/Generic-Programs.html # See doc: http://www.gnu.org/software/hello/manual/autoconf/Generic-Programs.html
# AC_PREREQ(2.59) # AC_PREREQ(2.59)
AC_INIT([uniset2], [2.22.1], pv@etersoft.ru) AC_INIT([uniset2], [2.23.1], pv@etersoft.ru)
AM_INIT_AUTOMAKE([subdir-objects]) AM_INIT_AUTOMAKE([subdir-objects])
LIBVER=24:1:22 LIBVER=25:1:23
AC_SUBST(LIBVER) AC_SUBST(LIBVER)
# AC_CONFIG_MACRO_DIR([m4]) # 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