Version strings must be < 8 bytes long
authorKeith Packard <keithp@keithp.com>
Tue, 5 Jul 2011 01:02:52 +0000 (18:02 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 5 Jul 2011 01:02:52 +0000 (18:02 -0700)
The new telemetry packets include the version string, so make sure its
less than 8 characters long

Signed-off-by: Keith Packard <keithp@keithp.com>
configure.ac

index 07d30717575188f4a0e1415e8bd1d9d2280a39a8..187af4fb5d71b004c794c08a2ee339f2337af9d1 100644 (file)
@@ -18,7 +18,7 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.57)
-AC_INIT([altos], 0.9.4.99)
+AC_INIT([altos], 0.9.4.1)
 AC_CONFIG_SRCDIR([src/ao.h])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE