File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11
2+ ### 1.0.0 - 0.9.18 (2017 Mar 30)
3+
4+ * [ 00ca5c1] Viktor Benei - Feature/dep update (#39 ) (2017 Mar 30)
5+ * [ 47788eb] Viktor Benei - v1.0.0 (2017 Mar 30)
6+ * [ 6f342dd] Jacek Lampart - Fixed typo (#38 ) (2017 Mar 30)
7+ * [ b0d8187] Viktor Benei - regenerated install wrap scripts (2017 Jan 27)
8+ * [ 4b0c707] ka - Add 3 Xs (XXX) to the mktemp command argument (#35 ) (2017 Jan 27)
9+
10+
211### 0.9.18 - 0.9.17 (2017 Jan 06)
312
413* [ b7b4465] Viktor Benei - VERSION = "0.9.18" (2017 Jan 06)
177186
178187
179188
189+
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55temp_dir=" $( mktemp -d -t codesigndocXXXXXX) "
66codesigndoc_bin_path=" ${temp_dir} /codesigndoc"
77
8- version_to_use=" 0.9.18 "
8+ version_to_use=" 1.0.0 "
99if [ " $1 " != " " ] ; then
1010 version_to_use=" $1 "
1111fi
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55temp_dir=" $( mktemp -d -t codesigndocXXXXXX) "
66codesigndoc_bin_path=" ${temp_dir} /codesigndoc"
77
8- version_to_use=" 0.9.18 "
8+ version_to_use=" 1.0.0 "
99if [ " $1 " != " " ] ; then
1010 version_to_use=" $1 "
1111fi
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55temp_dir=" $( mktemp -d -t codesigndocXXXXXX) "
66codesigndoc_bin_path=" ${temp_dir} /codesigndoc"
77
8- version_to_use=" 0.9.18 "
8+ version_to_use=" 1.0.0 "
99if [ " $1 " != " " ] ; then
1010 version_to_use=" $1 "
1111fi
You can’t perform that action at this time.
0 commit comments