dect
/
libnl
Archived
13
0
Fork 0

3.2.20 release

This commit is contained in:
Thomas Graf 2013-01-22 19:30:16 +01:00
parent 1481f97d36
commit 26e22d887e
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
# copied from glib
m4_define([libnl_major_version], [3])
m4_define([libnl_minor_version], [2])
m4_define([libnl_micro_version], [19])
m4_define([libnl_micro_version], [20])
# If either revision or age are omitted, they default to 0. Also note that age

View File

@ -9,7 +9,7 @@
# Copyright (c) 2003-2012 Thomas Graf <tgraf@suug.ch>
#
AC_INIT(libnl-doc, [3.2.19], [http://www.infradead.org/~tgr/libnl/])
AC_INIT(libnl-doc, [3.2.20], [http://www.infradead.org/~tgr/libnl/])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])