Skip to content

Commit 1efef31

Browse files
committed
Bump version to v3.0.4
1 parent fe705b8 commit 1efef31

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
libmodbus 3.0.4 (2012-05-08)
2+
============================
3+
4+
- autogen.sh creates symlinks instead of copies
5+
- Add missing m4 directory (closes #103)
6+
- Fix alignment problem on ARMv5 platform
7+
Thanks to Alexander Dahl
8+
- Remove useless test on error_recovery argument
9+
Thanks to Carlos Tangerino
10+
111
libmodbus 3.0.3 (2012-05-25)
212
============================
313

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
m4_define([libmodbus_version_major], [3])
1515
m4_define([libmodbus_version_minor], [0])
16-
m4_define([libmodbus_version_micro], [3])
16+
m4_define([libmodbus_version_micro], [4])
1717

1818
m4_define([libmodbus_release_status],
1919
[m4_if(m4_eval(libmodbus_version_minor % 2), [1], [snapshot], [release])])
@@ -41,7 +41,7 @@ AC_SUBST(LIBMODBUS_VERSION)
4141
# ABI version
4242
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
4343
LIBMODBUS_LD_CURRENT=5
44-
LIBMODBUS_LD_REVISION=2
44+
LIBMODBUS_LD_REVISION=3
4545
LIBMODBUS_LD_AGE=0
4646
LIBMODBUS_LT_VERSION_INFO=$LIBMODBUS_LD_CURRENT:$LIBMODBUS_LD_REVISION:$LIBMODBUS_LD_AGE
4747
AC_SUBST(LIBMODBUS_LT_VERSION_INFO)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
libmodbus (3.0.4-1) unstable; urgency=low
2+
3+
* New upstream release
4+
5+
-- Stéphane Raimbault <[email protected]> Wed, 08 May 2013 17:59:48 +0200
6+
17
libmodbus (3.0.3-1) unstable; urgency=low
28

39
* New upstream release

libmodbus.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ rm -f %{buildroot}/%{_libdir}/*.la
6161
%{_mandir}/man3/*.3.*
6262

6363
%changelog
64+
* Wed May 08 2013 Stéphane Raimbault <[email protected]> - 3.0.4-1
65+
- new upstream release
66+
6467
* Fri May 25 2012 Stéphane Raimbault <[email protected]> - 3.0.3-1
6568
- new upstream release
6669

0 commit comments

Comments
 (0)