Skip to content

Commit 8852145

Browse files
Eric WongJunio C Hamano
authored andcommitted
git-svn 1.0.0
Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 81c5a0e commit 8852145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/git-svn/git-svn.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$GIT_SVN_INDEX $GIT_SVN
99
$GIT_DIR $REV_DIR/;
1010
$AUTHOR = 'Eric Wong <normalperson@yhbt.net>';
11-
$VERSION = '0.11.0';
11+
$VERSION = '1.0.0';
1212

1313
use Cwd qw/abs_path/;
1414
$GIT_DIR = abs_path($ENV{GIT_DIR} || '.git');

0 commit comments

Comments
 (0)