summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2001-05-16 22:57:52 +0000
committerCraig Small <csmall@enc.com.au>2001-05-16 22:57:52 +0000
commit3290d9406a0402fc21e242dc5a8179d2d9a1baaa (patch)
tree7690ff341377a90babc47fac9f080e6b5f2b4204
parentcf0e4ba2a071cddd74d02c5fb8634031971eb6e2 (diff)
rolled over the version to 0.0.9
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b0623e..dc0bf4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ax25-tools (0.0.9)
+
+ -- Craig Small <csmall@small.dropbear.id.au>
+
ax25-tools (0.0.8)
* kissattach now tells you where it thinks the config file is
* rip98r metric patch form Jean-Paul
diff --git a/configure.in b/configure.in
index 0b536f2..0893ec8 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(ax25/ax25d.c)
dnl For automake
-VERSION=0.0.8
+VERSION=0.0.9
PACKAGE=ax25-tools
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)