diff options
author | Linus Nordberg <linus@nordu.net> | 2016-10-20 11:47:00 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2016-11-01 10:36:26 +0100 |
commit | a44e795d6cb39edb422afb99841dfe7e242f6bb7 (patch) | |
tree | 8e0e101117fefd3fd1842881d5f67f27ef3aeda4 /configure.ac | |
parent | 72709ca59adab355a4d82f7033217b9ab43cddb7 (diff) |
Bump version to 1.7.1-alpha-dev.
Next release will be 1.7.1-alpha.
When the 1.7 series becomes stable, the `-alpha' prefix is dropped.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e35e7e5..9ca9b78 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Copyright (c) 2006-2010, UNINETT AS -dnl Copyright (c) 2010-2013, NORDUnet A/S +dnl Copyright (c) 2010-2013,2016, NORDUnet A/S dnl See LICENSE for licensing information. -AC_INIT(radsecproxy, 1.7-dev, radsecproxy@lists.nordu.net) +AC_INIT(radsecproxy, 1.7.1-alpha-dev, radsecproxy@lists.nordu.net) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE AC_PROG_CC |