From 8716ca9afd7519fb664ba5db49147e6983b12128 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 18 Oct 2006 13:34:38 +0000 Subject: Changed VERSION to PACKAGE_VERSION as per TEA 3 --- generic/tkZinc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'generic') diff --git a/generic/tkZinc.c b/generic/tkZinc.c index f014aee..c5cb70b 100644 --- a/generic/tkZinc.c +++ b/generic/tkZinc.c @@ -27,7 +27,7 @@ static const char rcs_id[]="$Id$"; static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $"; -static const char * const zinc_version = "zinc-version-" VERSION; +static const char * const zinc_version = "zinc-version-" PACKAGE_VERSION; #include "Types.h" @@ -1353,7 +1353,7 @@ ZincObjCmd(ClientData client_data, /* Main window associated with #endif if (argc == 1) { - Tcl_AppendResult(interp, VERSION, NULL); + Tcl_AppendResult(interp, PACKAGE_VERSION, NULL); Tcl_AppendResult(interp, " X11", NULL); #ifdef GL # ifdef _WIN32 @@ -9236,7 +9236,7 @@ Tkzinc_Init(Tcl_Interp *interp) /* Used for error reporting. */ #endif #ifndef PTK - if (Tcl_PkgProvide(interp, "Tkzinc", VERSION) == TCL_ERROR) { + if (Tcl_PkgProvide(interp, "Tkzinc", PACKAGE_VERSION) == TCL_ERROR) { return TCL_ERROR; } #endif -- cgit v1.1