diff options
Diffstat (limited to 'tix/library/Version.tcl')
-rw-r--r-- | tix/library/Version.tcl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tix/library/Version.tcl b/tix/library/Version.tcl new file mode 100644 index 00000000000..ac8a61cc0ef --- /dev/null +++ b/tix/library/Version.tcl @@ -0,0 +1,17 @@ +# Version.tcl -- +# +# This file is automatically generated by the Tix version control tool +# +# +# Copyright (c) 1996, Expert Interface Technologies +# +# See the file "license.terms" for information on usage and redistribution +# of this file, and for a DISCLAIMER OF ALL WARRANTIES. +# + +proc tixScriptVersion {} { + return 4.1 +} +proc tixScriptPatchLevel {} { + return 4.1.0 +} |