diff options
author | Thomas Graf <tgr@lsx.localdomain> | 2008-05-15 19:29:17 +0200 |
---|---|---|
committer | Thomas Graf <tgr@lsx.localdomain> | 2008-05-15 19:29:17 +0200 |
commit | dbff14010ec9270a6ba429b4ebadae6420695f59 (patch) | |
tree | 6b26a87ae308b63caa6d07ab38f7bab9344aacf7 /configure.in | |
parent | ad2a7bd1e4ccb3171ed0d4c694d8bcd300553247 (diff) | |
download | libnl-dbff14010ec9270a6ba429b4ebadae6420695f59.tar.gz |
Move on to version 2.0 to account for the serious ABI breakage
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index dfb549b..74bcf95 100644 --- a/configure.in +++ b/configure.in @@ -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}" |