Skip to content

Commit

Permalink
libnl-3.4.0-rc1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Haller <[email protected]>
  • Loading branch information
thom311 committed Sep 20, 2017
1 parent 4e957ea commit e01b9df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# copied from glib
m4_define([libnl_major_version], [3])
m4_define([libnl_minor_version], [3])
m4_define([libnl_minor_version], [4])
m4_define([libnl_micro_version], [0])
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 ])])

Expand All @@ -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], [225])
m4_define([libnl_lt_current], [226])
m4_define([libnl_lt_revision], [0])
m4_define([libnl_lt_age], [25])
m4_define([libnl_lt_age], [26])

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])
Expand Down
2 changes: 1 addition & 1 deletion doc/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Copyright (c) 2003-2013 Thomas Graf <[email protected]>
#

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

0 comments on commit e01b9df

Please sign in to comment.