Ready for libradsec-0.0.5. libradsec-0.0.5
authorLinus Nordberg <linus@nordberg.se>
Mon, 3 Feb 2014 13:31:29 +0000 (14:31 +0100)
committerLinus Nordberg <linus@nordberg.se>
Mon, 3 Feb 2014 13:34:59 +0000 (14:34 +0100)
lib/CHANGES
lib/HACKING
lib/configure.ac

index 6d5556a..928dfbe 100644 (file)
@@ -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
index 57369d2..8278238 100644 (file)
@@ -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
index 7d8bd5f..d99bab4 100644 (file)
@@ -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])