Bumped version number
This commit is contained in:
parent
1d10f36d7f
commit
276819b35b
6
gitk
6
gitk
@ -7,7 +7,7 @@ exec wish "$0" -- "${1+$@}"
|
|||||||
# and distributed under the terms of the GNU General Public Licence,
|
# and distributed under the terms of the GNU General Public Licence,
|
||||||
# either version 2, or (at your option) any later version.
|
# either version 2, or (at your option) any later version.
|
||||||
|
|
||||||
# CVS $Revision: 1.9 $
|
# CVS $Revision: 1.10 $
|
||||||
|
|
||||||
proc getcommits {rargs} {
|
proc getcommits {rargs} {
|
||||||
global commits commfd phase canv mainfont
|
global commits commfd phase canv mainfont
|
||||||
@ -255,13 +255,13 @@ proc about {} {
|
|||||||
toplevel $w
|
toplevel $w
|
||||||
wm title $w "About gitk"
|
wm title $w "About gitk"
|
||||||
message $w.m -text {
|
message $w.m -text {
|
||||||
Gitk version 0.9
|
Gitk version 0.91
|
||||||
|
|
||||||
Copyright © 2005 Paul Mackerras
|
Copyright © 2005 Paul Mackerras
|
||||||
|
|
||||||
Use and redistribute under the terms of the GNU General Public License
|
Use and redistribute under the terms of the GNU General Public License
|
||||||
|
|
||||||
(CVS $Revision: 1.9 $)} \
|
(CVS $Revision: 1.10 $)} \
|
||||||
-justify center -aspect 400
|
-justify center -aspect 400
|
||||||
pack $w.m -side top -fill x -padx 20 -pady 20
|
pack $w.m -side top -fill x -padx 20 -pady 20
|
||||||
button $w.ok -text Close -command "destroy $w"
|
button $w.ok -text Close -command "destroy $w"
|
||||||
|
Loading…
Reference in New Issue
Block a user