projects
/
tkinspect
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5139563
)
Initial revision
author
sls
<sls>
Wed, 15 Feb 1995 02:59:34 +0000
(
02:59
+0000)
committer
sls
<sls>
Wed, 15 Feb 1995 02:59:34 +0000
(
02:59
+0000)
version.tcl
[new file with mode: 0644]
patch
|
blob
diff --git a/version.tcl
b/version.tcl
new file mode 100644
(file)
index 0000000..
daefc5c
--- /dev/null
+++ b/
version.tcl
@@ -0,0
+1,11
@@
+#
+# $Id$
+#
+# Contains version numbers for tkinspect-5.
+#
+
+proc version_init {} {
+ global tkinspect
+ set tkinspect(release) 5.0.4
+ set tkinspect(release_date) "Feb 14, 1995"
+}