X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=configure.ac;h=8cc5adc11c010039976758d0336439c6f6bc46fe;hp=467a528666927b6ae0c5a88d6e81018c86d2173c;hb=6c3d09bf40f2af6e8722f33a70b41e5d94ceaf9f;hpb=c8078d352a7f54a4a97d25af080155d3f875536a diff --git a/configure.ac b/configure.ac index 467a5286..8cc5adc1 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ(2.57) -AC_INIT([altos], 1.4.0.1) +AC_INIT([altos], 1.4.9.1) AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE @@ -534,6 +534,9 @@ ao-tools/ao-dump-up/Makefile ao-tools/ao-elftohex/Makefile ao-tools/ao-usbload/Makefile ao-tools/ao-flash/Makefile +ao-tools/ao-test-igniter/Makefile +ao-tools/ao-test-baro/Makefile +ao-tools/ao-test-flash/Makefile ao-utils/Makefile src/Version ])