From bb036a59f2b3cee7abc5153871f3c6278c488c84 Mon Sep 17 00:00:00 2001 From: Cyan Ogilvie Date: Sat, 12 Jul 2008 10:52:55 +0200 Subject: [PATCH] Bumped version to 0.98.0 --- init.tcl | 2 +- pkgIndex.tcl | 2 +- teapot.txt | 8 +------- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/init.tcl b/init.tcl index 87d69f9..7bba9e9 100755 --- a/init.tcl +++ b/init.tcl @@ -20,7 +20,7 @@ namespace eval ::tlc { namespace eval ::blt {} namespace eval ::blttable {namespace export *} - variable version 0.97.0 + variable version 0.98.0 variable guilibrary \ [file normalize [file join [pwd] [file dirname [info script]]]] diff --git a/pkgIndex.tcl b/pkgIndex.tcl index 5ad3fac..f9c5b18 100755 --- a/pkgIndex.tcl +++ b/pkgIndex.tcl @@ -1,3 +1,3 @@ #Tcl package index file, version 1.0 -package ifneeded TLC 0.97.0 [list source [file join $dir init.tcl]] +package ifneeded TLC 0.98.0 [list source [file join $dir init.tcl]] diff --git a/teapot.txt b/teapot.txt index 3e58c51..633c85a 100644 --- a/teapot.txt +++ b/teapot.txt @@ -1,4 +1,4 @@ -Package TLC 0.97.0 +Package TLC 0.98.0 Meta description Meta entrysource init.tcl Meta included pkgIndex.tcl init.tcl scripts/tclIndex scripts/*.itcl @@ -14,9 +14,3 @@ Meta require {Tcl 8.5} Meta require {TLC-base 0.93.0} Meta require {Tk 8.5} -Package TTLC 0.97.0 -Meta description -Meta entrysource init-ttlc.tcl -Meta included init-ttlc.tcl -Meta platform tcl - -- 2.11.4.GIT