home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Freeware 31 / FreelogHS31.iso / Texte / scribus / scribus-1.3.3.9-win32-install.exe / tcl / tix8.1 / Version.tcl < prev    next >
Text File  |  2002-09-21  |  576b  |  23 lines

  1. # -*- mode: TCL; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*-
  2. #
  3. #    $Id: Version.tcl,v 1.3.2.4 2002/09/21 08:02:11 idiscovery Exp $
  4. #
  5. # Version.tcl --
  6. #
  7. #    This file is automatically generated by the Tix version control tool
  8. #
  9. #
  10. # Copyright (c) 1993-1999 Ioi Kim Lam.
  11. # Copyright (c) 2000-2001 Tix Project Group.
  12. #
  13. # See the file "license.terms" for information on usage and redistribution
  14. # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  15. #
  16.  
  17. proc tixScriptVersion {} {
  18.     return 8.1
  19. }
  20. proc tixScriptPatchLevel {} {
  21.     return 8.1.4
  22. }
  23.