diff options
author | Craig Small <csmall@enc.com.au> | 2002-03-04 02:01:15 +0000 |
---|---|---|
committer | Craig Small <csmall@enc.com.au> | 2002-03-04 02:01:15 +0000 |
commit | 669434fdf20d437705b2d21a9c3b8fed991ef062 (patch) | |
tree | abfb5184888dc329f63ab7a50191ccdbe9fca0c2 | |
parent | 5107125ce24e1efac196a97481d41a9a66673695 (diff) |
got read for 0.0.7
-rw-r--r-- | ChangeLog | 3 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -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 @@ -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) |