summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Paul Mackerras <paulus@samba.org>2005-05-15 12:57:02 +0000
committerLibravatar Paul Mackerras <paulus@samba.org>2005-05-15 12:57:02 +0000
commit276819b35bb457648d91ee431c29ad5af3c20bef (patch)
tree40802f6bc930d2370598fad8b1e8b7480a11c8a6
parentMade commit list reading asynchronous (diff)
downloadtgif-276819b35bb457648d91ee431c29ad5af3c20bef.tar.xz
Bumped version number
-rwxr-xr-xgitk6
1 files changed, 3 insertions, 3 deletions
diff --git a/gitk b/gitk
index 3fd260dbfe..fbc6497a14 100755
--- a/gitk
+++ b/gitk
@@ -7,7 +7,7 @@ exec wish "$0" -- "${1+$@}"
# and distributed under the terms of the GNU General Public Licence,
# either version 2, or (at your option) any later version.
-# CVS $Revision: 1.9 $
+# CVS $Revision: 1.10 $
proc getcommits {rargs} {
global commits commfd phase canv mainfont
@@ -255,13 +255,13 @@ proc about {} {
toplevel $w
wm title $w "About gitk"
message $w.m -text {
-Gitk version 0.9
+Gitk version 0.91
Copyright © 2005 Paul Mackerras
Use and redistribute under the terms of the GNU General Public License
-(CVS $Revision: 1.9 $)} \
+(CVS $Revision: 1.10 $)} \
-justify center -aspect 400
pack $w.m -side top -fill x -padx 20 -pady 20
button $w.ok -text Close -command "destroy $w"