diff options
author | Thomas Graf <tgraf@suug.ch> | 2013-01-04 15:44:52 (GMT) |
---|---|---|
committer | Thomas Graf <tgraf@suug.ch> | 2013-01-04 15:44:52 (GMT) |
commit | 6369e1fdd9a029cdf7ad02adcce5e9fb6fd59901 (patch) | |
tree | 60fc34e0f9390bacafe27dac363e2c86981ea3bc | |
parent | 5d53626100f3b747109d4fc05a6d4107b09df642 (diff) | |
download | libnl-libnl3_2_17.zip libnl-libnl3_2_17.tar.gz libnl-libnl3_2_17.tar.bz2 |
3.2.17 releaselibnl3_2_17
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | doc/configure.ac | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index a2c231e..9f62d05 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # copied from glib m4_define([libnl_major_version], [3]) m4_define([libnl_minor_version], [2]) -m4_define([libnl_micro_version], [16]) +m4_define([libnl_micro_version], [17]) # If either revision or age are omitted, they default to 0. Also note that age @@ -34,9 +34,9 @@ m4_define([libnl_micro_version], [16]) # 6. If any interfaces have been removed since the last public release, then # set age to 0. -m4_define([libnl_lt_current], [212]) -m4_define([libnl_lt_revision], [1]) -m4_define([libnl_lt_age], [12]) +m4_define([libnl_lt_current], [213]) +m4_define([libnl_lt_revision], [0]) +m4_define([libnl_lt_age], [13]) m4_define([libnl_version], [libnl_major_version.libnl_minor_version.libnl_micro_version]) diff --git a/doc/configure.ac b/doc/configure.ac index 63a7d04..d4e8e99 100644 --- a/doc/configure.ac +++ b/doc/configure.ac @@ -9,7 +9,7 @@ # Copyright (c) 2003-2012 Thomas Graf <tgraf@suug.ch> # -AC_INIT(libnl-doc, [3.2.16], [http://www.infradead.org/~tgr/libnl/]) +AC_INIT(libnl-doc, [3.2.17], [http://www.infradead.org/~tgr/libnl/]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign]) |