Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
llunak committed Feb 4, 2020
1 parent 987daa9 commit 6eec038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.3.1
- fix creating compiler environment on Mac

1.3
- remove hardcoded compiler paths (compiler tarball is created with the same compiler that is used for build)
- avoid build overloading by limiting number of local preprocessing runs to local CPUs available
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ AC_PREREQ([2.63])
# Pre-release versions: x.y.z, where z = 90 + X in rcX (1.1rc1 = 1.1.91)
m4_define([icecream_version_major],[1])
m4_define([icecream_version_minor],[3])
m4_define([icecream_version_micro],[])
m4_define([icecream_version_micro],[1])
m4_ifnblank(icecream_version_micro,
[m4_define([icecream_version],[icecream_version_major.icecream_version_minor.icecream_version_micro])],
[m4_define([icecream_version],[icecream_version_major.icecream_version_minor])])
Expand Down

0 comments on commit 6eec038

Please sign in to comment.