diff options
author | Thomas Graf <tgr@deb.localdomain> | 2008-01-09 11:28:17 (GMT) |
---|---|---|
committer | Thomas Graf <tgr@deb.localdomain> | 2008-01-09 11:28:17 (GMT) |
commit | 373bc7854537cf931a73b18ea126e75fd2f13935 (patch) | |
tree | 4a7e8366aa56a6a1959801cd168852d24a108e09 /configure.in | |
parent | ddbe8f6c417ddba11f32e1f36bbfbdee8a598a36 (diff) | |
download | libnl-373bc7854537cf931a73b18ea126e75fd2f13935.zip libnl-373bc7854537cf931a73b18ea126e75fd2f13935.tar.gz libnl-373bc7854537cf931a73b18ea126e75fd2f13935.tar.bz2 |
Tell git to ignore temporary files and push to pre9
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 6b577a7..49ebe9c 100644 --- a/configure.in +++ b/configure.in @@ -6,10 +6,10 @@ # License as published by the Free Software Foundation version 2.1 # of the License. # -# Copyright (c) 2003-2006 Thomas Graf <tgraf@suug.ch> +# Copyright (c) 2003-2008 Thomas Graf <tgraf@suug.ch> # -AC_INIT(libnl, 1.0-pre8, tgraf@suug.ch) +AC_INIT(libnl, 1.0-pre9, tgraf@suug.ch) AC_CONFIG_HEADER(lib/defs.h) save_CFLAGS="${CFLAGS}" |