diff options
author | Eric Wong <normalperson@yhbt.net> | 2006-05-05 12:35:40 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-05 14:19:11 -0700 |
commit | 88521450fc4cca1f96d9179ee4f2cbe51da3359c (patch) | |
tree | 3718a3409a256a2de45216617c1d0bc0fc7fb5b8 | |
parent | git-svn: documentation updates (diff) | |
download | tgif-88521450fc4cca1f96d9179ee4f2cbe51da3359c.tar.xz |
git-svn 1.0.0
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-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 e003501be6..de13a96b8a 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.11.0'; +$VERSION = '1.0.0'; use Cwd qw/abs_path/; $GIT_DIR = abs_path($ENV{GIT_DIR} || '.git'); |