diff options
author | Linus Nordberg <linus@nordu.net> | 2011-12-12 14:28:22 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-12-12 14:28:22 +0100 |
commit | 7595c6d6f3f2be7635ba67ba151e42882984ef94 (patch) | |
tree | f48e12a06a1a0c20425a59e5a09980be4306c679 /configure.ac | |
parent | c17e44da367ce2cf17c73342477387192aeab54e (diff) |
Make the autoconfery slightly less miserable. Also, bump version.
Get rid of warnings about defining variables conditionally and unconditionally.
Don't redefine EXTRA_DIST with a spurious space in it.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 66bee68..ef2bac1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(radsecproxy, 1.5, radsecproxy@uninett.no) +AC_INIT(radsecproxy, 1.6-dev, radsecproxy@uninett.no) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_PROG_CC |