diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -This is radsecproxy version 1.0-alpha, which is a generic RADIUS +This is radsecproxy version 1.0-alpha-p1, which is a generic RADIUS proxy that can support various RADIUS clients over UDP or TLS (RadSec). diff --git a/configure.ac b/configure.ac index 7db6f27..d1c8921 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(radsecproxy, 1.0-alpha, venaas@uninett.no) +AC_INIT(radsecproxy, 1.0-alpha-p1, venaas@uninett.no) AM_INIT_AUTOMAKE AC_PROG_CC AM_PROG_CC_C_O |