Skip to content

Commit

Permalink
libnl-3.2.24-rc1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Haller <thaller@redhat.com>
  • Loading branch information
thom311 committed Dec 17, 2013
1 parent 02c9c25 commit 62c37fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Expand Up @@ -13,7 +13,7 @@
# copied from glib # copied from glib
m4_define([libnl_major_version], [3]) m4_define([libnl_major_version], [3])
m4_define([libnl_minor_version], [2]) m4_define([libnl_minor_version], [2])
m4_define([libnl_micro_version], [23]) m4_define([libnl_micro_version], [24])




# The following explanation may help to understand the above rules a bit # The following explanation may help to understand the above rules a bit
Expand All @@ -34,12 +34,12 @@ m4_define([libnl_micro_version], [23])
# 3. Programs may need to be changed, recompiled, relinked in order to use # 3. Programs may need to be changed, recompiled, relinked in order to use
# the new version. Bump current, set revision and age to 0. # the new version. Bump current, set revision and age to 0.


m4_define([libnl_lt_current], [218]) m4_define([libnl_lt_current], [219])
m4_define([libnl_lt_revision], [0]) m4_define([libnl_lt_revision], [0])
m4_define([libnl_lt_age], [18]) m4_define([libnl_lt_age], [19])


m4_define([libnl_version], 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_INIT(libnl, [libnl_version], [], [], [http://www.infradead.org/~tgr/libnl/])
AC_CONFIG_HEADERS([lib/defs.h]) AC_CONFIG_HEADERS([lib/defs.h])
Expand Down
2 changes: 1 addition & 1 deletion doc/configure.ac
Expand Up @@ -9,7 +9,7 @@
# Copyright (c) 2003-2013 Thomas Graf <tgraf@suug.ch> # Copyright (c) 2003-2013 Thomas Graf <tgraf@suug.ch>
# #


AC_INIT(libnl-doc, [3.2.23], [http://www.infradead.org/~tgr/libnl/]) AC_INIT(libnl-doc, [3.2.24-rc1], [http://www.infradead.org/~tgr/libnl/])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign]) AM_INIT_AUTOMAKE([foreign])
Expand Down

0 comments on commit 62c37fa

Please sign in to comment.