X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=configure.ac;h=f9a892df4c8a26121716d287f1900bf505bcd994;hb=72c5b1429bdfd6e9d2185bad7d0adb281fdf659a;hp=354926c854bf612748518687339f74d4e71870e3;hpb=bf88c5f829ea5d32043431945e862a9f6c96740a;p=fw%2Faltos diff --git a/configure.ac b/configure.ac index 354926c8..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 @@ -162,9 +162,11 @@ altosuilib/Makefile altosuilib/AltosUIVersion.java altosui/Makefile altosui/Info.plist +altosui/altos-windows.nsi libaltos/Makefile micropeak/Makefile micropeak/Info.plist +micropeak/micropeak-windows.nsi altosdroid/Makefile altosdroid/local.properties ao-tools/Makefile @@ -179,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 ])