Skip to content

Commit

Permalink
3.2.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tgraf committed Nov 26, 2012
1 parent 4149154 commit f535de3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# copied from glib
m4_define([libnl_major_version], [3])
m4_define([libnl_minor_version], [2])
m4_define([libnl_micro_version], [15])
m4_define([libnl_micro_version], [16])


# If either revision or age are omitted, they default to 0. Also note that age
Expand All @@ -35,7 +35,7 @@ m4_define([libnl_micro_version], [15])
# set age to 0.

m4_define([libnl_lt_current], [212])
m4_define([libnl_lt_revision], [0])
m4_define([libnl_lt_revision], [1])
m4_define([libnl_lt_age], [12])

m4_define([libnl_version],
Expand Down
2 changes: 1 addition & 1 deletion doc/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Copyright (c) 2003-2012 Thomas Graf <tgraf@suug.ch>
#

AC_INIT(libnl-doc, [3.2.15], [http://www.infradead.org/~tgr/libnl/])
AC_INIT(libnl-doc, [3.2.16], [http://www.infradead.org/~tgr/libnl/])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)], [])
Expand Down

0 comments on commit f535de3

Please sign in to comment.