diff options
Diffstat (limited to 'source/tcl/tk/tk.SlackBuild')
-rwxr-xr-x | source/tcl/tk/tk.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/tcl/tk/tk.SlackBuild b/source/tcl/tk/tk.SlackBuild index a100a8a2..f2adfc08 100755 --- a/source/tcl/tk/tk.SlackBuild +++ b/source/tcl/tk/tk.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2012 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -VERSION=${VERSION:-8.5.9} +VERSION=${VERSION:-8.5.11} # See also version number 8.5 in the symlinks below...) BUILD=${BUILD:-1} |