diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-02-03 14:31:29 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-02-03 14:34:59 +0100 |
commit | f18e7f2ab31160c00a7b363542fc4cea57d0fa14 (patch) | |
tree | c8b7c1f711a25b421ff8ebd4d40c8daed4011d86 /lib | |
parent | e804c69f965d3319df3de529d6e0a569a2d6112f (diff) |
Ready for libradsec-0.0.5.libradsec-0.0.5libradsec
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CHANGES | 2 | ||||
-rw-r--r-- | lib/HACKING | 2 | ||||
-rw-r--r-- | 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]) |