Commit d59890e6 authored by Kevin Bracey's avatar Kevin Bracey
Browse files

Strange use of INSTDIR removed.

Version 1.63. Tagged as 'DDEUtils-1_63'
parent ddf6b482
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
# Paths # Paths
# #
EXP_HDR = <export$dir> EXP_HDR = <export$dir>
INSTDIR = ${INSTDIR}.!System
# #
# Generic options: # Generic options:
......
; ;
; This file is automatically maintained by srccommit, do not edit manually. ; This file is automatically maintained by srccommit, do not edit manually.
; ;
GBLS Module_MajorVersion GBLS Module_MajorVersion
GBLA Module_Version GBLA Module_Version
GBLS Module_MinorVersion GBLS Module_MinorVersion
GBLS Module_Date GBLS Module_Date
Module_MajorVersion SETS "1.62" GBLS Module_FullVersion
Module_Version SETA 162 Module_MajorVersion SETS "1.63"
Module_MinorVersion SETS "" Module_Version SETA 163
Module_Date SETS "22 Nov 1999" Module_MinorVersion SETS ""
END Module_Date SETS "04 Feb 2000"
Module_FullVersion SETS "1.63"
END
/* (1.62) /* (1.63)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* *
*/ */
#define Module_MajorVersion_CMHG 1.62 #define Module_MajorVersion_CMHG 1.63
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 22 Nov 1999 #define Module_Date_CMHG 04 Feb 2000
#define Module_MajorVersion "1.62" #define Module_MajorVersion "1.63"
#define Module_Version 162 #define Module_Version 163
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "22 Nov 1999" #define Module_Date "04 Feb 2000"
#define Module_FullVersion "1.62" #define Module_FullVersion "1.63"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment