Commit 26300764 authored by Ben Avison's avatar Ben Avison
Browse files

Remove local copy of Squash header now that sources have been published

Version 0.08. Tagged as 'Export-0_08'
parent 6c7da07e
; Copyright 2008 Castle Technology 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.
;
SUBT Exported Squash constants
OldOpt SETA {OPT}
OPT OptNoList+OptNoP1List
; ***********************************
; *** C h a n g e L i s t ***
; ***********************************
; Date Name Description
; ---- ---- -----------
; 31-Mar-91 RM Created file
; 09-Jul-91 PJC Copied from Hdr.Compress and changed prefix to Squash
; 10-Feb-93 BC Restored OPT correctly
; 07-Feb-94 TMD Made it actually assemble by changing AcornLZWCompressionSWI
; into LZWCompressionSWI
; 17-May-94 AMcC Changed to using the preferred SWI base and name symbols
SWIClass SETS LZWCompressionSWI_Name
^ LZWCompressionSWI_Base
AddSWI Compress
AddSWI Decompress
OPT OldOpt
END
/* (0.07)
/* (0.08)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.07
#define Module_MajorVersion_CMHG 0.08
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 14 Apr 2012
#define Module_Date_CMHG 11 Aug 2013
#define Module_MajorVersion "0.07"
#define Module_Version 7
#define Module_MajorVersion "0.08"
#define Module_Version 8
#define Module_MinorVersion ""
#define Module_Date "14 Apr 2012"
#define Module_Date "11 Aug 2013"
#define Module_ApplicationDate "14-Apr-12"
#define Module_ApplicationDate "11-Aug-13"
#define Module_ComponentName "Export"
#define Module_ComponentPath "castle/RiscOS/Export"
#define Module_FullVersion "0.07"
#define Module_HelpVersion "0.07 (14 Apr 2012)"
#define Module_LibraryVersionInfo "0:7"
#define Module_FullVersion "0.08"
#define Module_HelpVersion "0.08 (11 Aug 2013)"
#define Module_LibraryVersionInfo "0:8"
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