Skip to content

Commit

Permalink
Rlease 1.1 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryMiller1 authored Aug 8, 2017
1 parent b0da219 commit 8954f27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.1
- revert "Add load control for preprocessing"
- better handle clang arugments with spaces
- remove "crashme" command from scheduler
- better logging around exception 30

1.1rc3
- Fix broken pipe race condition
- Better error handling
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AC_PREREQ([2.63])
# Version informations
# ====================
m4_define([icecream_version_major],[1])
m4_define([icecream_version_minor],[1rc3])
m4_define([icecream_version_minor],[1])
#m4_define([icecream_version_micro],[98])
m4_ifval([icecream_version_micro],
m4_define([icecream_version],[icecream_version_major.icecream_version_minor.icecream_version_micro]),
Expand Down

0 comments on commit 8954f27

Please sign in to comment.