diff options
author | Thomas Graf <tgr@deb.localdomain> | 2007-11-21 18:24:11 +0100 |
---|---|---|
committer | Thomas Graf <tgr@deb.localdomain> | 2007-11-21 18:24:11 +0100 |
commit | e166565121f24705f6269b9bec1c8de0bce465ea (patch) | |
tree | 4212636386b53fc9f808ec301ae5cfcfa7d12d0e /configure.in | |
parent | d36d396fd0ae94aa2269546a02b5973b4ec27775 (diff) | |
download | libnl-e166565121f24705f6269b9bec1c8de0bce465ea.tar.gz |
Pushed to pre8 due to wrong version string in pre7
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 68aa586..6b577a7 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ # Copyright (c) 2003-2006 Thomas Graf <tgraf@suug.ch> # -AC_INIT(libnl, 1.0-pre6, tgraf@suug.ch) +AC_INIT(libnl, 1.0-pre8, tgraf@suug.ch) AC_CONFIG_HEADER(lib/defs.h) save_CFLAGS="${CFLAGS}" @@ -76,5 +76,4 @@ Included in Compilation: libnl: $COMPILE_LIBNL $LIBNL_LIB Dependencies: -bmon: libm $M (required)" |