Skip to content

Commit 20e79df

Browse files
committed
Version 2.6.2
1 parent 47c8b70 commit 20e79df

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.6.2)
2+
3+
* Small changes to help debian packaging.
4+
5+
-- David Caldwell <[email protected]> Mon, 06 Sep 2021 12:19:25 -0700
6+
17
commit-patch (2.6.1)
28

39
* Fixed a bug in `commit-patch-buffer` that caused `vc-annotate` to be

commit-patch

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

6-
my $VERSION = '2.6.1';
6+
my $VERSION = '2.6.2';
77
my $FALLBACK_EDITOR = 'vi';
88

99
use strict;

commit-patch-buffer.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;; and David Caldwell <[email protected]>
55
;; This code can be distributed under the terms of the GNU Public License (Version 2 or greater).
66
;;
7-
;; Version: 2.5
7+
;; Version: 2.6.2
88
;;
99
;; Author: Jim Radford <[email protected]>
1010
;; David Caldwell <[email protected]>

0 commit comments

Comments
 (0)