X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=f8707056b5315575efab51dc0b2cd0eaa842513e;hb=cf1e4d60e1fcd75fa734365a2666ea8930938128;hp=da9d99916234e60a22a5a4c3cd5636d62c3085a5;hpb=9513be7f9d3d0b0ec29f6487fa9dc8f1ac24d0de;p=fw%2Faltos diff --git a/configure.ac b/configure.ac index da9d9991..f8707056 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.0) +AC_INIT([altos], 1.0.9.4) AC_CONFIG_SRCDIR([src/core/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE @@ -122,6 +122,7 @@ ao-tools/ao-bitbang/Makefile ao-tools/ao-eeprom/Makefile ao-tools/ao-list/Makefile ao-tools/ao-load/Makefile +ao-tools/ao-telem/Makefile ao-utils/Makefile src/Version ])