diff options
author | Eric Wong <normalperson@yhbt.net> | 2006-02-26 02:22:27 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-02-26 15:04:59 -0800 |
commit | 3c0b7511cdadd04690208d9772fdbd6a86496229 (patch) | |
tree | 385878f885f33846a8be0165e3b42a45f0c530a1 /contrib | |
parent | contrib/git-svn: optimize sequential commits to svn (diff) | |
download | tgif-3c0b7511cdadd04690208d9772fdbd6a86496229.tar.xz |
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 <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/git-svn/git-svn.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/git-svn/git-svn.perl b/contrib/git-svn/git-svn.perl index 33977e5226..0b7416526d 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 <normalperson@yhbt.net>'; -$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"; |