From: Eric Wong Date: Fri, 5 May 2006 19:35:40 +0000 (-0700) Subject: git-svn 1.0.0 X-Git-Tag: v1.4.0-rc1~176 X-Git-Url: https://git.octo.it/?p=git.git;a=commitdiff_plain;h=88521450fc4cca1f96d9179ee4f2cbe51da3359c git-svn 1.0.0 Signed-off-by: Eric Wong Signed-off-by: Junio C Hamano --- diff --git a/contrib/git-svn/git-svn.perl b/contrib/git-svn/git-svn.perl index e003501b..de13a96b 100755 --- a/contrib/git-svn/git-svn.perl +++ b/contrib/git-svn/git-svn.perl @@ -8,7 +8,7 @@ use vars qw/ $AUTHOR $VERSION $GIT_SVN_INDEX $GIT_SVN $GIT_DIR $REV_DIR/; $AUTHOR = 'Eric Wong '; -$VERSION = '0.11.0'; +$VERSION = '1.0.0'; use Cwd qw/abs_path/; $GIT_DIR = abs_path($ENV{GIT_DIR} || '.git');