Skip to content

Commit

Permalink
Merge pull request #32 from lab11/update-1.3.6
Browse files Browse the repository at this point in the history
Updated to 1.3.6
  • Loading branch information
cire831 committed Aug 7, 2014
2 parents e2ec44d + d91aa0f commit 40cd134
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -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
=====================
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 40cd134

Please sign in to comment.