Skip to content

Commit

Permalink
git-svn: starting a 1.1.0-pre development version
Browse files Browse the repository at this point in the history
Some not-very-well-tested changes coming...

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Eric Wong authored and Junio C Hamano committed May 24, 2006
1 parent 62bf0d9 commit 304dac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/git-svn/git-svn.perl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$GIT_SVN_INDEX $GIT_SVN
$GIT_DIR $REV_DIR/;
$AUTHOR = 'Eric Wong <normalperson@yhbt.net>';
$VERSION = '1.0.0';
$VERSION = '1.1.0-pre';

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

0 comments on commit 304dac1

Please sign in to comment.