]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
Move on to version 2.0 to account for the serious ABI breakage
authorThomas Graf <tgr@lsx.localdomain>
Thu, 15 May 2008 17:29:17 +0000 (19:29 +0200)
committerThomas Graf <tgr@lsx.localdomain>
Thu, 15 May 2008 17:29:17 +0000 (19:29 +0200)
configure.in

index dfb549b2da40211bd256f0aaaff1bff23f183164..74bcf95c72a30fe815fd8752643e6bcc0c3897b4 100644 (file)
@@ -9,7 +9,7 @@
 # Copyright (c) 2003-2008 Thomas Graf <tgraf@suug.ch>
 #
 
-AC_INIT(libnl, 1.2, tgraf@suug.ch)
+AC_INIT(libnl, 2.0, tgraf@suug.ch)
 AC_CONFIG_HEADER(lib/defs.h)
 
 save_CFLAGS="${CFLAGS}"