summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graf <tgraf@redhat.com>2012-01-11 12:51:03 +0100
committerThomas Graf <tgraf@redhat.com>2012-01-11 12:51:03 +0100
commitd7222e5ddeb046dad9b02c0ed7b0771c6aead76b (patch)
tree91269106c3af18bc5ae2564d946cc9ec4a85bff1
parent9819717444e8f58bcf707aac724488c4d5f4e1d7 (diff)
downloadlibnl-d7222e5ddeb046dad9b02c0ed7b0771c6aead76b.tar.gz
3.2.4 releaselibnl3_2_4
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index e91b51f..a35e543 100644
--- a/configure.in
+++ b/configure.in
@@ -6,16 +6,16 @@
# License as published by the Free Software Foundation version 2.1
# of the License.
#
-# Copyright (c) 2003-2011 Thomas Graf <tgraf@suug.ch>
+# Copyright (c) 2003-2012 Thomas Graf <tgraf@suug.ch>
#
# copied from glib
m4_define([libnl_major_version], [3])
m4_define([libnl_minor_version], [2])
-m4_define([libnl_micro_version], [3]) # bump for every release unless minor was bumped
+m4_define([libnl_micro_version], [4]) # bump for every release unless minor was bumped
m4_define([libnl_lt_revision], [0]) # bump or reset to 0 if interfaces were added
-m4_define([libnl_lt_age], [3]) # bump whenever a release is backwards compatible
+m4_define([libnl_lt_age], [4]) # bump whenever a release is backwards compatible
# bump with +100 if a minor release is compatible
# reset to 0 if interfaces were removed