Skip to content

Commit 04dbee2

Browse files
committed
syncing version to make artifical new release, see #63
1 parent af9fe75 commit 04dbee2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGES
22

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+
37
## 0.1.4
48

59
* Fixed README lines about .DELETE_ON_ERROR - see #46

pack.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name(biomake).
22
title('Prolog makefile-like system').
3-
version('0.1.3').
3+
version('0.1.5').
44
download( 'https://github.com/evoldoers/biomake/releases/*.zip' ).
55
author('Chris Mungall','cmungall@gmail.com').
66
author('Ian Holmes','ihh@berkeley.edu').

prolog/biomake/cli.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
arg_info('-v','','Show version').
191191

192192
show_version :-
193-
writeln('Biomake v0.1.4'),
193+
writeln('Biomake v0.1.5'),
194194
writeln('Copyright (C) 2016 Evolutionary Software Foundation, Inc.'),
195195
writeln('Authors: Chris Mungall, Ian Holmes.'),
196196
writeln('This is free software; see the source for copying conditions.'),

0 commit comments

Comments
 (0)