Commit e93e977d authored by ROOL's avatar ROOL :robot:
Browse files

Update Makefile

Version 0.03. Tagged as 'DDTHdr-0_03'
parent f79e8a9d
# Copyright 1996 Acorn Computers Ltd
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Makefile for DDT
#
COMPONENT = DDT
ifeq (,${MAKE_VERSION})
......
/* (0.02)
/* (0.03)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 0.02
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 21 Oct 1999
#define Module_MajorVersion_CMHG 0.03
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 30 Nov 2019
#define Module_MajorVersion "0.02"
#define Module_Version 2
#define Module_MinorVersion ""
#define Module_Date "21 Oct 1999"
#define Module_MajorVersion "0.03"
#define Module_Version 3
#define Module_MinorVersion ""
#define Module_Date "30 Nov 2019"
#define Module_FullVersion "0.02"
#define Module_ApplicationDate "30-Nov-19"
#define Module_ComponentName "DDTHdr"
#define Module_FullVersion "0.03"
#define Module_HelpVersion "0.03 (30 Nov 2019)"
#define Module_LibraryVersionInfo "0:3"
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