diff options
author | Mike Beattie <mike@ethernal.org> | 2013-03-10 19:07:01 +1300 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2013-03-10 19:07:01 +1300 |
commit | d029acad6a992be9b7b4498e70605f8a1e1a4ef6 (patch) | |
tree | 851283be0bcb5915bd54e2c19073531336080bd5 /configure.ac | |
parent | eba7b2ef8ef23bdb61b0390e47be6f27ffde31dc (diff) | |
parent | 72c5b1429bdfd6e9d2185bad7d0adb281fdf659a (diff) |
Merge branch 'master' into altosdroid
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a1c8c4fc..f9a892df 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.1.9.3) +AC_INIT([altos], 1.2) AC_CONFIG_SRCDIR([src/core/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE @@ -181,6 +181,8 @@ ao-tools/ao-telem/Makefile ao-tools/ao-stmload/Makefile ao-tools/ao-send-telem/Makefile ao-tools/ao-sky-flash/Makefile +ao-tools/ao-dumpflash/Makefile +ao-tools/ao-edit-telem/Makefile ao-utils/Makefile src/Version ]) |