Bump version to 0.0.4.dev to keep ahead of moonshot.
authorLinus Nordberg <linus@nordberg.se>
Mon, 6 May 2013 12:35:12 +0000 (14:35 +0200)
committerLinus Nordberg <linus@nordberg.se>
Mon, 6 May 2013 12:35:12 +0000 (14:35 +0200)
lib/HACKING
lib/configure.ac

index 83a91b5..a92f0f9 100644 (file)
@@ -1,6 +1,6 @@
 HACKING file for libradsec (in Emacs -*- org -*- mode).
 
-Status as of libradsec-0.0.2.dev (2013-01-25).
+Status as of libradsec-0.0.4.dev (2013-05-06).
 
 * Build instructions
 sh autogen.sh
index e69135b..4abd170 100644 (file)
@@ -1,7 +1,7 @@
 # -*- Autoconf -*- script for libradsec.
 
 AC_PREREQ([2.65])
-AC_INIT([libradsec], [0.0.2.dev], [linus+libradsec@nordu.net])
+AC_INIT([libradsec], [0.0.4.dev], [linus+libradsec@nordu.net])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([radsec.c])
 AC_CONFIG_AUX_DIR([build-aux])