Skip to content

Commit 1ce5893

Browse files
committed
Version 2.5.2
1 parent 5186989 commit 1ce5893

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
commit-patch (2.5.2)
2+
3+
* Fixed dumb bug that caused "make install" to fail.
4+
5+
-- David Caldwell <david@porkrind.org> Sun, 21 Sep 2014 18:15:04 -0700
6+
17
commit-patch (2.5.1)
28

39
* We now use App::Fatpacker to bundle IPC::Run, removing the dependency

commit-patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# and Jim Radford <radford@bleackbean.org>, All Rights Reserved.
44
# This code can be distributed under the terms of the GNU Public License (Version 2 or greater).
55

6-
my $VERSION = '2.5.1';
6+
my $VERSION = '2.5.2';
77

88
use strict;
99
use Cwd qw(abs_path);

0 commit comments

Comments
 (0)