Skip to content

Commit 6eec038

Browse files
committed
1.3.1
1 parent 987daa9 commit 6eec038

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.3.1
2+
- fix creating compiler environment on Mac
3+
14
1.3
25
- remove hardcoded compiler paths (compiler tarball is created with the same compiler that is used for build)
36
- avoid build overloading by limiting number of local preprocessing runs to local CPUs available

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AC_PREREQ([2.63])
1010
# Pre-release versions: x.y.z, where z = 90 + X in rcX (1.1rc1 = 1.1.91)
1111
m4_define([icecream_version_major],[1])
1212
m4_define([icecream_version_minor],[3])
13-
m4_define([icecream_version_micro],[])
13+
m4_define([icecream_version_micro],[1])
1414
m4_ifnblank(icecream_version_micro,
1515
[m4_define([icecream_version],[icecream_version_major.icecream_version_minor.icecream_version_micro])],
1616
[m4_define([icecream_version],[icecream_version_major.icecream_version_minor])])

0 commit comments

Comments
 (0)