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 /lib/configure.ac | |
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"
Diffstat (limited to 'lib/configure.ac')
-rw-r--r-- | lib/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |