From: Eric Wong Date: Sun, 26 Feb 2006 10:22:27 +0000 (-0800) Subject: contrib/git-svn: version 0.10.0 X-Git-Tag: v1.3.0-rc1~133 X-Git-Url: https://git.octo.it/?p=git.git;a=commitdiff_plain;h=3c0b7511cdadd04690208d9772fdbd6a86496229 contrib/git-svn: version 0.10.0 New features deserve an increment of the minor version. This will very likely become 1.0.0 unless release-critical bugs are found. 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 33977e52..0b741652 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.9.1'; +$VERSION = '0.10.0'; $GIT_DIR = $ENV{GIT_DIR} || "$ENV{PWD}/.git"; $GIT_SVN = $ENV{GIT_SVN_ID} || 'git-svn'; $GIT_SVN_INDEX = "$GIT_DIR/$GIT_SVN/index";