From 36bfd2c4cc571539d756a93cdeb5f42a6b7bac94 Mon Sep 17 00:00:00 2001 From: Cyan Ogilvie Date: Sun, 20 Apr 2008 21:39:15 +0200 Subject: [PATCH] Released 0.95.0, with Form _defaults precedence fixes --- init.tcl | 2 +- pkgIndex.tcl | 2 +- teapot.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/init.tcl b/init.tcl index d0514be..c249020 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.94.0 + variable version 0.95.0 variable guilibrary \ [file normalize [file join [pwd] [file dirname [info script]]]] diff --git a/pkgIndex.tcl b/pkgIndex.tcl index 658f615..8e7e370 100755 --- a/pkgIndex.tcl +++ b/pkgIndex.tcl @@ -1,3 +1,3 @@ #Tcl package index file, version 1.0 -package ifneeded TLC 0.94.0 [list source [file join $dir init.tcl]] +package ifneeded TLC 0.95.0 [list source [file join $dir init.tcl]] diff --git a/teapot.txt b/teapot.txt index ccb2bb8..e013dfd 100644 --- a/teapot.txt +++ b/teapot.txt @@ -1,4 +1,4 @@ -Package TLC 0.94.0 +Package TLC 0.95.0 Meta description Meta entrysource init.tcl Meta included pkgIndex.tcl init.tcl scripts/tclIndex scripts/*.itcl -- 2.11.4.GIT