diff options
author | Linus Nordberg <linus@nordu.net> | 2011-10-14 16:01:24 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-10-14 16:01:24 +0200 |
commit | ceecc52da787a7a2e495d913cbaa7dbe1d7830fb (patch) | |
tree | eab11067b9be8f7ba739317db7a670b70c45271f | |
parent | ccf7d904d87c9097cee7471445e4a09876cb051a (diff) |
Change version 0.0.2-dev --> 0.0.2.dev.
Sam Hartman: "I propose changing the version from 0.1-dev or whatever
to 0.1.dev or whetever because RPM versions (and really debian
versions too) cannot contain dashes"
-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 9027e19..7b1f298 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.2-dev (2011-03-24). +Status as of libradsec-0.0.2.dev (2011-03-24). * Build instructions cd libradsec/lib diff --git a/lib/configure.ac b/lib/configure.ac index 90e2583..9a618f8 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.2-dev], [linus+libradsec@nordu.net]) +AC_INIT([libradsec], [0.0.2.dev], [linus+libradsec@nordu.net]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([radsec.c]) AC_CONFIG_AUX_DIR([build-aux]) |