Skip to content

Commit

Permalink
3.2.22 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tgraf committed May 14, 2013
1 parent 807fddc commit c4d846f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ m4_define([libnl_lt_revision], [0])
m4_define([libnl_lt_age], [17])

m4_define([libnl_version],
[libnl_major_version.libnl_minor_version.libnl_micro_version-rc1])
[libnl_major_version.libnl_minor_version.libnl_micro_version])

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 <tgraf@suug.ch>
#

AC_INIT(libnl-doc, [3.2.22-rc1], [http://www.infradead.org/~tgr/libnl/])
AC_INIT(libnl-doc, [3.2.22], [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 c4d846f

Please sign in to comment.