aboutsummaryrefslogtreecommitdiff
path: root/git-gui/git-gui.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-02-12 16:07:29 -0800
committerJunio C Hamano <junkio@cox.net>2007-02-12 16:07:29 -0800
commit67c7575947b06a2a9bbdb355357895149bdbd8e5 (patch)
tree8d1a2ad10b83002967b8762b0fef79a32bf2444d /git-gui/git-gui.sh
parentd63ea115948a892f94451677c322c5a6f233adc6 (diff)
parentfdf6cfc4266d1e88e74c09e9166fa0b5c9ad29cb (diff)
downloadgit-67c7575947b06a2a9bbdb355357895149bdbd8e5.tar.gz
git-67c7575947b06a2a9bbdb355357895149bdbd8e5.tar.xz
Merge branch 'master' of git://repo.or.cz/git-gui
* 'master' of git://repo.or.cz/git-gui: git-gui: Change base version to 0.6. git-gui: Guess our version accurately as a subproject. git-gui: Handle gitgui tags in version gen. git-gui: Generate a version file on demand. git-gui: Rename GIT_VERSION to GITGUI_VERSION. git-gui: Allow gitexecdir, INSTALL to be set by the caller.
Diffstat (limited to 'git-gui/git-gui.sh')
-rwxr-xr-xgit-gui/git-gui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui/git-gui.sh b/git-gui/git-gui.sh
index ea16be43a..f5010dd47 100755
--- a/git-gui/git-gui.sh
+++ b/git-gui/git-gui.sh
@@ -2,7 +2,7 @@
# Tcl ignores the next line -*- tcl -*- \
exec wish "$0" -- "$@"
-set appvers {@@GIT_VERSION@@}
+set appvers {@@GITGUI_VERSION@@}
set copyright {
Copyright © 2006, 2007 Shawn Pearce, Paul Mackerras.