Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
cff24fe0
Commit
cff24fe0
authored
Jan 10, 2005
by
Ronny Wichers Schreur
🏢
Browse files
changed version number and name of university
parent
01e1cf9f
Changes
5
Hide whitespace changes
Inline
Side-by-side
backend/backend.dcl
View file @
cff24fe0
...
...
@@ -289,7 +289,7 @@ BEDeclareDynamicTypeSymbol :: !Int !Int !BackEnd -> BackEnd;
// void BEDeclareDynamicTypeSymbol (int typeIndex,int moduleIndex);
BEDynamicTempTypeSymbol
::
!
BackEnd
->
(!
BESymbolP
,!
BackEnd
);
// BESymbolP BEDynamicTempTypeSymbol ();
kBEVersionCurrent
:==
0x021
008
00
;
kBEVersionCurrent
:==
0x021
160
00
;
kBEVersionOldestDefinition
:==
0x02100401
;
kBEVersionOldestImplementation
:==
0x02100401
;
kBEDebug
:==
1
;
...
...
backend/backend.icl
View file @
cff24fe0
...
...
@@ -793,7 +793,7 @@ BEDynamicTempTypeSymbol a0 = code {
ccall
BEDynamicTempTypeSymbol
":I:I"
}
// BESymbolP BEDynamicTempTypeSymbol ();
kBEVersionCurrent
:==
0x021
008
00
;
kBEVersionCurrent
:==
0x021
160
00
;
kBEVersionOldestDefinition
:==
0x02100401
;
kBEVersionOldestImplementation
:==
0x02100401
;
kBEDebug
:==
1
;
...
...
backendC/CleanCompilerSources/backend.h
View file @
cff24fe0
/* version info */
// Version number use Apple's numbering in the version resource
// see <http://developer.apple.com/documentation/mac/Toolbox/Toolbox-487.html>
// major 8 bits, example 2 = 0x02
// minor 4+4 bits, example 1.1 = 0x11
// development stage: 0x20 development, 0x40 alpha, 0x60 beta, 0x80 release
// revision level
// increment this for every release
# define kBEVersionCurrent 0x021
008
00
# define kBEVersionCurrent 0x021
160
00
// change this to the same value as kBEVersionCurrent if the new release is
// not upward compatible (for example when a function is added)
...
...
backendC/backend.rc
View file @
cff24fe0
...
...
@@ -14,7 +14,7 @@
# define kFileFlags VS_FF_DEBUG | VS_FF_PRERELEASE
# define kFileFlagsMask VS_FF_DEBUG | VS_FF_PRERELEASE
# define kFileVersionString "2.1.
0.r
.0"
# define kFileVersionString "2.1.
1.b
.0"
VS_VERSION_INFO VERSIONINFO
FILEVERSION kFileVersion
...
...
@@ -29,15 +29,15 @@ BEGIN
BEGIN
BLOCK "040904E4" // Lang=US English, CharSet=Windows Multilual
BEGIN
VALUE "CompanyName", "University
of
Nijmegen\0"
VALUE "FileDescription", "backend Shared Library -
Release
Version\0"
VALUE "CompanyName", "
Radboud
University Nijmegen\0"
VALUE "FileDescription", "backend Shared Library -
Beta
Version\0"
VALUE "FileVersion", kFileVersionString "\0"
VALUE "InternalName", "backend\0"
VALUE "LegalCopyright", "Copyright \251 University
of
Nijmegen 1999-200
3
\0"
VALUE "LegalCopyright", "Copyright \251
Radboud
University Nijmegen 1999-200
4
\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename","backend.dll\0"
VALUE "ProductName", "Clean System"
VALUE "ProductVersion", "2.1.
0.r
.0"
VALUE "ProductVersion", "2.1.
1.b
.0"
VALUE "OLESelfRegister", "\0"
END
...
...
coclmaindll/CleanCompiler.rc
View file @
cff24fe0
...
...
@@ -2,10 +2,10 @@
#define VERSION_RES_BIN_NAME "CleanCompiler.exe\0"
#define VERSION_RES_BIN_DESCRIPTION "Clean Compiler\0"
#define VERSION_RES_STRING "2.1.1
a0
\0"
#define VERSION_RES_STRING "2.1.1
b1
\0"
#define VERSION_RES_PRODUCT_NAME "CleanSystem\0"
#define VERSION_RES_COMPANY_NAME "University
of
Nijmegen\0"
#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--200
3
University
of
Nijmegen.\0"
#define VERSION_RES_COMPANY_NAME "
Radboud
University Nijmegen\0"
#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--200
4 Radboud
University Nijmegen.\0"
//
// Version resource
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment