bumped to 2.3 for release
authorJeff Hobbs <hobbs@users.sourceforge.net>
Thu, 24 Jan 2002 19:50:36 +0000 (19:50 +0000)
committerJeff Hobbs <hobbs@users.sourceforge.net>
Thu, 24 Jan 2002 19:50:36 +0000 (19:50 +0000)
ChangeLog
index.html
tkcon.tcl

index 11e044a33d31dc84a77af042312040b928b740b3..2cc53bbd35ef058609b91f674f9ae569c5932727 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-01-24  Jeff Hobbs  <jeffh@ActiveState.com>
+
+       **** TKCON 2.3 RELEASE ****
+
+       * tkcon.tcl: bumped to v2.3
+
 2002-01-23  Jeff Hobbs  <jeffh@ActiveState.com>
 
        * docs/procs.html:
index 3349259c678ebda9377b44eaec2e3f9cb8d8dfb3..d267a10a9f49199bee22d45c23e29f145e3ef0ec 100755 (executable)
@@ -28,7 +28,7 @@ height="31" border="0" alt="SourceForge Logo"></A>
 <TH><A HREF="docs/index.html">Documentation</A></TH>
 <TH><A HREF="docs/demopic.gif">Screenshot</A></TH>
 <TH><A HREF="docs/plugin.html">Online Demo!</A> (requires
-<A HREF="http://tcl.activestate.com/software/plugin/">Tk plugin</A>)</TH>
+<A HREF="http://www.tcl-tk.net/software/plugin/">Tk plugin</A>)</TH>
 <TH><A HREF="docs/license.terms">License</A> </TH>
 
 </TR><TR>
@@ -42,8 +42,8 @@ Archives</B> (high speed server)</A>
 
 <P>
 <B><CODE STYLE="color: #990033;">Last full release:
-<A HREF="http://prdownloads.sourceforge.net/tkcon/tkcon-2.2.tar.gz">v2.2</A>,
-June 20 2001</CODE></B>
+<A HREF="http://prdownloads.sourceforge.net/tkcon/tkcon-2.3.tar.gz">v2.3</A>,
+2001-01-24</CODE></B>
 </P>
 <P>
 You can grab the <A
index f5553bef61fb449417374f6e3d7e5704f56481b6..3790848ea35655f38d411cd6841407c96843ddf8 100755 (executable)
--- a/tkcon.tcl
+++ b/tkcon.tcl
@@ -195,7 +195,7 @@ proc ::tkcon::Init {} {
            alias clear dir dump echo idebug lremove
            tkcon_puts tkcon_gets observe observe_var unalias which what
        }
-       version         2.2
+       version         2.3
        RCS             {RCS: @(#) $Id$}
        HEADURL         {http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tkcon/tkcon/tkcon.tcl?rev=HEAD}
        docs            "http://tkcon.sourceforge.net/"
@@ -5206,7 +5206,7 @@ proc ::tkcon::Retrieve {} {
                RCS $rcsVersion.  Shall I resource (not restart) this\
                version now?"] == "yes"} {
            set PRIV(SCRIPT) $file
-           set PRIV(version) $tkconVersion-$rcsVersion
+           set PRIV(version) $tkconVersion.$rcsVersion
            ::tkcon::Resource
        }
     }