Update for 1.4.2
[ir-tcl-moved-to-github.git] / Makefile.in
index c885074..1111c3f 100644 (file)
@@ -1,11 +1,11 @@
 # IR toolkit for tcl/tk
-# (c) Index Data 1995-2003
+# (c) Index Data 1995-2004
 # See the file LICENSE for details.
-# $Id: Makefile.in,v 1.60 2003-02-23 23:15:31 adam Exp $
+# $Id: Makefile.in,v 1.62 2004-04-26 09:12:50 adam Exp $
 SHELL=/bin/sh
 
 # IrTcl Version
-VERSION=1.4.1
+VERSION=1.4.2
 
 # Directory prefix with machine independent files (scripts, setup files, etc.)
 prefix = @prefix@
@@ -21,7 +21,7 @@ BINDIR=$(exec_prefix)/bin
 LIBDIR=$(exec_prefix)/lib
 MANDIR=$(prefix)/man
 INCDIR=$(prefix)/include
-IRTCLDIR=$(prefix)/lib/ir-tcl
+IRTCLDIR=$(prefix)/lib/irtcl
 
 CC=@CC@