summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-06-30 12:44:01 +0200
committerThomas Haller <thaller@redhat.com>2016-06-30 12:54:08 +0200
commitbd0e87b3d81d2498c3f35d5497771828bf04e017 (patch)
tree8ab512f00652ef5366d24aed001d46d27ba67f64
parent9fa986bde707cfcc04f579457b184e06fde0d632 (diff)
downloadlibnl-bd0e87b3d81d2498c3f35d5497771828bf04e017.tar.gz
libnl-3.2.28-rc1 release
Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--configure.ac8
-rw-r--r--doc/configure.ac2
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index c590f9f4..b90d438c 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], [27])
+m4_define([libnl_micro_version], [28])
m4_define([libnl_git_sha], [m4_esyscmd([ ( [ -d ./.git/ ] && [ "$(readlink -f ./.git/)" = "$(readlink -f "$(git rev-parse --git-dir 2>/dev/null)" 2>/dev/null)" ] && git rev-parse --verify -q HEAD 2>/dev/null ) || true ])])
@@ -35,12 +35,12 @@ m4_define([libnl_git_sha], [m4_esyscmd([ ( [ -d ./.git/ ] && [ "$(readlink -f ./
# 3. Programs may need to be changed, recompiled, relinked in order to use
# the new version. Bump current, set revision and age to 0.
-m4_define([libnl_lt_current], [222])
+m4_define([libnl_lt_current], [223])
m4_define([libnl_lt_revision], [0])
-m4_define([libnl_lt_age], [22])
+m4_define([libnl_lt_age], [23])
m4_define([libnl_version],
- [libnl_major_version.libnl_minor_version.libnl_micro_version])
+ [libnl_major_version.libnl_minor_version.libnl_micro_version-rc1])
AC_INIT(libnl, [libnl_version], [], [], [http://www.infradead.org/~tgr/libnl/])
AC_CONFIG_HEADERS([lib/defs.h])
diff --git a/doc/configure.ac b/doc/configure.ac
index dac83dc4..de624385 100644
--- a/doc/configure.ac
+++ b/doc/configure.ac
@@ -9,7 +9,7 @@
# Copyright (c) 2003-2013 Thomas Graf <tgraf@suug.ch>
#
-AC_INIT(libnl-doc, [3.2.27], [http://www.infradead.org/~tgr/libnl/])
+AC_INIT(libnl-doc, [3.2.28-rc1], [http://www.infradead.org/~tgr/libnl/])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])