File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGES
2
2
3
+ ## 0.1.5
4
+
5
+ No programmatic changes to 0.1.4. The 0.1.4 release did not have the pack version match the cli.pl version. Fixed by incrementing to 0.1.5
6
+
3
7
## 0.1.4
4
8
5
9
* Fixed README lines about .DELETE_ON_ERROR - see #46
Original file line number Diff line number Diff line change 1
1
name (biomake ).
2
2
title ('Prolog makefile-like system' ).
3
- version ('0.1.3 ' ).
3
+ version ('0.1.5 ' ).
4
4
download ( 'https://github.com/evoldoers/biomake/releases/*.zip' ).
5
5
author ('Chris Mungall' ,'cmungall@gmail.com' ).
6
6
author ('Ian Holmes' ,'ihh@berkeley.edu' ).
Original file line number Diff line number Diff line change 190
190
arg_info ('-v' ,'' ,'Show version' ).
191
191
192
192
show_version :-
193
- writeln ('Biomake v0.1.4 ' ),
193
+ writeln ('Biomake v0.1.5 ' ),
194
194
writeln ('Copyright (C) 2016 Evolutionary Software Foundation, Inc.' ),
195
195
writeln ('Authors: Chris Mungall, Ian Holmes.' ),
196
196
writeln ('This is free software; see the source for copying conditions.' ),
You can’t perform that action at this time.
0 commit comments