From f18e7f2ab31160c00a7b363542fc4cea57d0fa14 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 3 Feb 2014 14:31:29 +0100 Subject: [PATCH] Ready for libradsec-0.0.5. --- lib/CHANGES | 2 +- lib/HACKING | 2 +- lib/configure.ac | 2 +- 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]) -- 2.1.4