diff options
author | Linus Nordberg <linus@nordu.net> | 2011-03-24 17:22:38 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-03-24 17:22:38 +0100 |
commit | 8ec8158ea7b6e090682f77fb05e884eed3375f7a (patch) | |
tree | f25d40f5fb2057e7525c493b56dadc76c79917a7 | |
parent | 281ccb0dbfa746cf82bfe721c45bb72827ba0abb (diff) |
Ready for libradsec-0.0.1.libradsec-0.0.1
-rw-r--r-- | lib/HACKING | 2 | ||||
-rw-r--r-- | lib/configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/HACKING b/lib/HACKING index e4d8d9f..7246d0e 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.1-dev (2011-03-24). +Status as of libradsec-0.0.1 (2011-03-24). * Build instructions cd libradsec/lib diff --git a/lib/configure.ac b/lib/configure.ac index 886fba7..838e10f 100644 --- a/lib/configure.ac +++ b/lib/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- script for libradsec. AC_PREREQ([2.65]) -AC_INIT([libradsec], [0.0.1-dev], [linus+libradsec@nordu.net]) +AC_INIT([libradsec], [0.0.1], [linus+libradsec@nordu.net]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([radsec.c]) AC_CONFIG_AUX_DIR([build-aux]) |