summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--configure.ac2
-rw-r--r--radsecproxy.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 39619ba..b9c9095 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is radsecproxy version 1.0, which is a generic RADIUS
+This is radsecproxy version 1.0p1, which is a generic RADIUS
proxy that can support various RADIUS clients over UDP or TLS
(RadSec).
@@ -33,4 +33,4 @@ let me know if you feel left out.
For more information, feedback etc. please see the information
at http://software.uninett.no/radsecproxy/
-Stig Venaas <venaas@uninett.no> -- 2007.09.21
+Stig Venaas <venaas@uninett.no> -- 2007.10.16
diff --git a/configure.ac b/configure.ac
index 6419c0f..4e12cd8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(radsecproxy, 1.0, venaas@uninett.no)
+AC_INIT(radsecproxy, 1.0p1, venaas@uninett.no)
AM_INIT_AUTOMAKE
AC_PROG_CC
AM_PROG_CC_C_O
diff --git a/radsecproxy.c b/radsecproxy.c
index 0e22bd6..820646f 100644
--- a/radsecproxy.c
+++ b/radsecproxy.c
@@ -2412,7 +2412,7 @@ int main(int argc, char **argv) {
if (!foreground && (daemon(0, 0) < 0))
debugx(1, DBG_ERR, "daemon() failed: %s", strerror(errno));
- debug(DBG_INFO, "radsecproxy 1.0 starting");
+ debug(DBG_INFO, "radsecproxy 1.0p1 starting");
if (client_udp_count) {
udp_server_listen = server_create('U');