From d91aa0f897d8b9335739cd21137daa0e473f62d2 Mon Sep 17 00:00:00 2001 From: Brad Campbell Date: Fri, 1 Aug 2014 16:35:07 -0400 Subject: [PATCH] Updated to 1.3.6 Some recent patches are critical to deploying nesc/tinyos on Mac. --- Changelog | 8 +++++++- configure.ac | 2 +- src/configure.ac | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 6018747..7be71dc 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,10 @@ -This is version 1.3.5 of the nesC compiler. +This is version 1.3.6 of the nesC compiler. + +Changes in nesC 1.3.6 +===================== +- use the version of gcc specified in ./configure when invoking nescc +- support compiling with new versions of emacs +- update alignment type to support Mac OS X Changes in nesC 1.3.5 ===================== diff --git a/configure.ac b/configure.ac index 5c15e50..6c22fa5 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ dnl -*- m4 -*- # force autoconf 2.5 on Debian systems AC_PREREQ(2.50) -AC_INIT(nesc, 1.3.5) +AC_INIT(nesc, 1.3.6) AC_CONFIG_AUX_DIR(config-aux) AM_INIT_AUTOMAKE diff --git a/src/configure.ac b/src/configure.ac index 2ffe343..86d5e24 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -24,7 +24,7 @@ dnl -*- m4 -*- # force autoconf 2.5 on Debian systems AC_PREREQ(2.50) -AC_INIT(nesc, 1.3.5) +AC_INIT(nesc, 1.3.6) AC_CONFIG_AUX_DIR(../config-aux) AC_CONFIG_SRCDIR(c-parse.y) AC_CONFIG_HEADERS(autoconf.h)