Skip to content

Commit

Permalink
Release 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pstray committed Feb 13, 2023
1 parent 362a893 commit 7ddf4ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl tool rename.

1.13 Mon Feb 13 14:24:37 CET 2023
- Add --shell-completion=bash

1.12 Sun Nov 13 16:13:00 CET 2022
- Add -c|--copy option

Expand Down
2 changes: 1 addition & 1 deletion bin/rename.PL
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use Config;
use File::Basename qw(basename dirname);

($VERSION)=' $Id: rename.PL,v 1.12 Exp $ '=~/v\s*(\d+(?:\.\d+)+)/;
($VERSION)=' $Id: rename.PL,v 1.13 Exp $ '=~/v\s*(\d+(?:\.\d+)+)/;

chdir(dirname($0));
($file = basename($0)) =~ s/\.PL$//;
Expand Down

0 comments on commit 7ddf4ef

Please sign in to comment.