Skip to content

Commit 40cd134

Browse files
committed
Merge pull request #32 from lab11/update-1.3.6
Updated to 1.3.6
2 parents e2ec44d + d91aa0f commit 40cd134

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Changelog

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
This is version 1.3.5 of the nesC compiler.
1+
This is version 1.3.6 of the nesC compiler.
2+
3+
Changes in nesC 1.3.6
4+
=====================
5+
- use the version of gcc specified in ./configure when invoking nescc
6+
- support compiling with new versions of emacs
7+
- update alignment type to support Mac OS X
28

39
Changes in nesC 1.3.5
410
=====================

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dnl -*- m4 -*-
2424
# force autoconf 2.5 on Debian systems
2525
AC_PREREQ(2.50)
2626

27-
AC_INIT(nesc, 1.3.5)
27+
AC_INIT(nesc, 1.3.6)
2828
AC_CONFIG_AUX_DIR(config-aux)
2929

3030
AM_INIT_AUTOMAKE

src/configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dnl -*- m4 -*-
2424
# force autoconf 2.5 on Debian systems
2525
AC_PREREQ(2.50)
2626

27-
AC_INIT(nesc, 1.3.5)
27+
AC_INIT(nesc, 1.3.6)
2828
AC_CONFIG_AUX_DIR(../config-aux)
2929
AC_CONFIG_SRCDIR(c-parse.y)
3030
AC_CONFIG_HEADERS(autoconf.h)

0 commit comments

Comments
 (0)