Commit 5d15e675 authored by Pavel Vainerman's avatar Pavel Vainerman

new version (new MBTCPMaster)

parent 25268fba
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Name: libuniset Name: libuniset
Version: 1.0 Version: 1.0
Release: alt5 Release: alt6
Summary: UniSet - library for building distributed industrial control systems Summary: UniSet - library for building distributed industrial control systems
License: GPL License: GPL
Group: Development/C++ Group: Development/C++
...@@ -187,6 +187,9 @@ rm -f %buildroot%_libdir/*.la ...@@ -187,6 +187,9 @@ rm -f %buildroot%_libdir/*.la
%exclude %_pkgconfigdir/libUniSet.pc %exclude %_pkgconfigdir/libUniSet.pc
%changelog %changelog
* Tue Mar 01 2011 Pavel Vainerman <pv@altlinux.ru> 1.0-alt6
- MBTCPMaster new version (fixed any bugs)
* Thu Feb 24 2011 Pavel Vainerman <pv@server> 1.0-alt5 * Thu Feb 24 2011 Pavel Vainerman <pv@server> 1.0-alt5
- new build (optimization local timers) - new build (optimization local timers)
......
bin_PROGRAMS = @PACKAGE@-mbtcpmaster bin_PROGRAMS = @PACKAGE@-mbtcpmaster
# не забывайте править версию в pc-файле # не забывайте править версию в pc-файле
UMBTCP_VER=1:1:0 UMBTCP_VER=1:1:1
lib_LTLIBRARIES = libUniSetMBTCPMaster.la lib_LTLIBRARIES = libUniSetMBTCPMaster.la
libUniSetMBTCPMaster_la_LDFLAGS = -version-info $(UMBTCP_VER) libUniSetMBTCPMaster_la_LDFLAGS = -version-info $(UMBTCP_VER)
......
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