summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d85a5a..c310a62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+ax25-apps (0.0.7)
+
+
ax25-apps (0.0.6)
* listen can decode INP Packets. Thanks to Jeroen Vreeken
* Added \n to flexdump after "Poll" and "data" - Alexandre Fornieles
diff --git a/configure b/configure
index dccdd8b..462d3b5 100755
--- a/configure
+++ b/configure
@@ -693,7 +693,7 @@ fi
-VERSION=0.0.6
+VERSION=0.0.7cvs
PACKAGE=ax25-apps
ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
diff --git a/configure.in b/configure.in
index 2198b4c..cd10044 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.6
+VERSION=0.0.7cvs
PACKAGE=ax25-apps
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)