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
2a9f9a9c
Commit
2a9f9a9c
authored
Dec 21, 2001
by
Ronny Wichers Schreur
🏢
Browse files
version number for release
parent
b4dadb26
Changes
4
Hide whitespace changes
Inline
Side-by-side
backend/backend.dcl
View file @
2a9f9a9c
...
...
@@ -290,7 +290,7 @@ BEDeclareDynamicTypeSymbol :: !Int !Int !BackEnd -> BackEnd;
// void BEDeclareDynamicTypeSymbol (int typeIndex,int moduleIndex);
BEDynamicTempTypeSymbol
::
!
BackEnd
->
(!
BESymbolP
,!
BackEnd
);
// BESymbolP BEDynamicTempTypeSymbol ();
kBEVersionCurrent
:==
0x02000
216
;
kBEVersionCurrent
:==
0x02000
800
;
kBEVersionOldestDefinition
:==
0x02000213
;
kBEVersionOldestImplementation
:==
0x02000216
;
kBEDebug
:==
1
;
...
...
backend/backend.icl
View file @
2a9f9a9c
...
...
@@ -794,7 +794,7 @@ BEDynamicTempTypeSymbol a0 = code {
ccall
BEDynamicTempTypeSymbol
":I:I"
}
;
// BESymbolP BEDynamicTempTypeSymbol ();
kBEVersionCurrent
:==
0x02000
216
;
kBEVersionCurrent
:==
0x02000
800
;
kBEVersionOldestDefinition
:==
0x02000213
;
kBEVersionOldestImplementation
:==
0x02000216
;
kBEDebug
:==
1
;
...
...
backendC/CleanCompilerSources/backend.h
View file @
2a9f9a9c
/* version info */
// increment this for every release
# define kBEVersionCurrent 0x02000
218
# define kBEVersionCurrent 0x02000
800
// 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 @
2a9f9a9c
...
...
@@ -14,7 +14,7 @@
# define kFileFlags VS_FF_DEBUG | VS_FF_PRERELEASE
# define kFileFlagsMask VS_FF_DEBUG | VS_FF_PRERELEASE
# define kFileVersionString "2.0.
d.16
"
# define kFileVersionString "2.0.
r.0
"
VS_VERSION_INFO VERSIONINFO
FILEVERSION kFileVersion
...
...
@@ -37,7 +37,7 @@ BEGIN
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename","backend.dll\0"
VALUE "ProductName", "Clean System"
VALUE "ProductVersion", "2.0.
d
.0"
VALUE "ProductVersion", "2.0.
r
.0"
VALUE "OLESelfRegister", "\0"
END
...
...
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