Commit fed80f40e729761ca7df9b860aa0189bdcb202fc
1 parent
4396649f
Bump version number to 3.1.0 and library version
Showing
1 changed file
with
4 additions
and
4 deletions
configure.ac
| @@ -12,8 +12,8 @@ | @@ -12,8 +12,8 @@ | ||
| 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], [3]) | 14 | m4_define([libmodbus_version_major], [3]) |
| 15 | -m4_define([libmodbus_version_minor], [0]) | ||
| 16 | -m4_define([libmodbus_version_micro], [1]) | 15 | +m4_define([libmodbus_version_minor], [1]) |
| 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], [release])]) | 19 | [m4_if(m4_eval(libmodbus_version_minor % 2), [1], [snapshot], [release])]) |
| @@ -40,9 +40,9 @@ AC_SUBST(LIBMODBUS_VERSION) | @@ -40,9 +40,9 @@ AC_SUBST(LIBMODBUS_VERSION) | ||
| 40 | 40 | ||
| 41 | # ABI version | 41 | # ABI version |
| 42 | # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html | 42 | # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html |
| 43 | -LIBMODBUS_LD_CURRENT=5 | 43 | +LIBMODBUS_LD_CURRENT=6 |
| 44 | LIBMODBUS_LD_REVISION=0 | 44 | LIBMODBUS_LD_REVISION=0 |
| 45 | -LIBMODBUS_LD_AGE=0 | 45 | +LIBMODBUS_LD_AGE=1 |
| 46 | LIBMODBUS_LT_VERSION_INFO=$LIBMODBUS_LD_CURRENT:$LIBMODBUS_LD_REVISION:$LIBMODBUS_LD_AGE | 46 | LIBMODBUS_LT_VERSION_INFO=$LIBMODBUS_LD_CURRENT:$LIBMODBUS_LD_REVISION:$LIBMODBUS_LD_AGE |
| 47 | AC_SUBST(LIBMODBUS_LT_VERSION_INFO) | 47 | AC_SUBST(LIBMODBUS_LT_VERSION_INFO) |
| 48 | 48 |