Commit ce82bb8cb92eedac90d9e1043a1301478d94cca8

Authored by Stéphane Raimbault
1 parent 63871ff3

Bump version to 2.9.1

The cycle will end on a 3.0 release instead of 2.2 as intended.
There are too many changes in the API to keep the same major number.
Showing 2 changed files with 3 additions and 3 deletions
1   -libmodbus 2.1.1 (2010-XX-XX)
  1 +libmodbus 2.9.1 (2010-08-16)
2 2 ============================
3 3  
4   -- New API
  4 +- Brand new API (see MIGRATION notes)!
5 5 - Remove the internal function set_message_length_tcp
6 6 - Restore slave ID (server ID) argument in functions
7 7 - Error conventions of POSIX systems and error recover
... ...
configure.ac
... ... @@ -12,7 +12,7 @@
12 12 # http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html
13 13 #
14 14 m4_define([libmodbus_version_major], [2])
15   -m4_define([libmodbus_version_minor], [1])
  15 +m4_define([libmodbus_version_minor], [9])
16 16 m4_define([libmodbus_version_micro], [1])
17 17  
18 18 m4_define([libmodbus_release_status],
... ...