summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/CHANGES2
-rw-r--r--lib/HACKING2
-rw-r--r--lib/configure.ac2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/CHANGES b/lib/CHANGES
index 6d5556a..928dfbe 100644
--- a/lib/CHANGES
+++ b/lib/CHANGES
@@ -1,4 +1,4 @@
-Changes between 0.0.4 and 0.0.5.dev
+Changes between 0.0.4 and 0.0.5
- When POSIX thread support is detected at configure and build time
libradsec will be more safe to use by programs that call it from
diff --git a/lib/HACKING b/lib/HACKING
index 57369d2..8278238 100644
--- a/lib/HACKING
+++ b/lib/HACKING
@@ -1,6 +1,6 @@
HACKING file for libradsec (in Emacs -*- org -*- mode).
-Status as of libradsec-0.0.4 (2013-12-18).
+Status as of libradsec-0.0.5 (2014-02-03).
* Build instructions
sh autogen.sh
diff --git a/lib/configure.ac b/lib/configure.ac
index 7d8bd5f..d99bab4 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*- script for libradsec.
AC_PREREQ([2.63])
-AC_INIT([libradsec], [0.0.5.dev], [linus+libradsec@nordu.net])
+AC_INIT([libradsec], [0.0.5], [linus+libradsec@nordu.net])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([radsec.c])
AC_CONFIG_AUX_DIR([build-aux])