Commit 00cb49e3d66d85ce86ccc9882e0b68b1e01bad25
1 parent
6aaac1a9
Bump version to magic 3.0.0
Showing
4 changed files
with
11 additions
and
5 deletions
NEWS
configure.ac
| @@ -11,9 +11,9 @@ | @@ -11,9 +11,9 @@ | ||
| 11 | # Take care to update the libtool versioning when required (LIBMODBUS_LD_*). | 11 | # Take care to update the libtool versioning when required (LIBMODBUS_LD_*). |
| 12 | # http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html | 12 | # http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html |
| 13 | # | 13 | # |
| 14 | -m4_define([libmodbus_version_major], [2]) | ||
| 15 | -m4_define([libmodbus_version_minor], [9]) | ||
| 16 | -m4_define([libmodbus_version_micro], [4]) | 14 | +m4_define([libmodbus_version_major], [3]) |
| 15 | +m4_define([libmodbus_version_minor], [0]) | ||
| 16 | +m4_define([libmodbus_version_micro], [0]) | ||
| 17 | 17 | ||
| 18 | m4_define([libmodbus_release_status], | 18 | m4_define([libmodbus_release_status], |
| 19 | [m4_if(m4_eval(libmodbus_version_minor % 2), [1], [snapshot], | 19 | [m4_if(m4_eval(libmodbus_version_minor % 2), [1], [snapshot], |
debian/changelog
| 1 | +libmodbus (3.0.0-1) unstable; urgency=low | ||
| 2 | + | ||
| 3 | + * New upstream release | ||
| 4 | + | ||
| 5 | + -- Stéphane Raimbault <stephane.raimbault@gmail.com> Mon, 11 Jul 2011 23:23:32 +0200 | ||
| 6 | + | ||
| 1 | libmodbus (2.9.4-1) maverick; urgency=low | 7 | libmodbus (2.9.4-1) maverick; urgency=low |
| 2 | 8 | ||
| 3 | * New upstream release | 9 | * New upstream release |
libmodbus.spec.in
| @@ -118,7 +118,7 @@ make %{?_smp_mflags} | @@ -118,7 +118,7 @@ make %{?_smp_mflags} | ||
| 118 | %{_mandir}/man3/modbus_write_register.3.gz | 118 | %{_mandir}/man3/modbus_write_register.3.gz |
| 119 | 119 | ||
| 120 | %changelog | 120 | %changelog |
| 121 | -* Thu Jul 7 2011 Stéphane Raimbault <stephane.raimbault@gmail.com> - 2.9.5-1 | 121 | +* Thu Jul 11 2011 Stéphane Raimbault <stephane.raimbault@gmail.com> - 3.0.0-1 |
| 122 | - revert the license to LGPLv2.1+ | 122 | - revert the license to LGPLv2.1+ |
| 123 | - new spec file generated by autoconf | 123 | - new spec file generated by autoconf |
| 124 | - add documentation, devel package and various changes | 124 | - add documentation, devel package and various changes |