summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2002-03-04 01:26:44 +0000
committerCraig Small <csmall@enc.com.au>2002-03-04 01:26:44 +0000
commit9334703d7b98912885f6631a46f290374dbb0b0b (patch)
tree4c22190a6d699fbe27023ac1ffb46ec0f80b53c7 /configure.in
parent3b549dd35b058040139f29a422ca82b1912cc8d7 (diff)
adjust version and add autogen.sh
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 58c76b9..2198b4c 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(ax25ipd/config.c)
dnl For automake
-VERSION=0.0.6cvs
+VERSION=0.0.6
PACKAGE=ax25-apps
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)