Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-ide
Commits
f3f39b7c
Commit
f3f39b7c
authored
Apr 25, 2005
by
John van Groningen
Browse files
increase version number to 2.1.1
parent
44878c78
Changes
2
Hide whitespace changes
Inline
Side-by-side
MacSupport/CleanIDE.r
View file @
f3f39b7c
#include <Carbon.r>
data '3PRM' (0, "Owner resource") {
$"00" /* . */
};
...
...
@@ -21518,16 +21521,14 @@ data 'plst' (0) {
$"3C2F 706C 6973 743E 200D 0D0D" /* </plist> ... */
};
data 'vers' (1) {
$"0210 8000 0000 0332 2E31 2732 2E31 2C20" /* ......2.1'2.1, */
$"A920 3139 3837 2D32 3030 3320 556E 6976" /* 1987-2003 Univ */
$"6572 7369 7479 206F 6620 4E69 6A6D 6567" /* ersity of Nijmeg */
$"656E" /* en */
resource 'vers' (1) {
0x02, 0x10, final, 0x00, verUS,
"2.1.1",
"2.1.1, 1987-2005 University of Nijmegen"
};
data
'vers' (2) {
$"0210 8000 0000 0332 2E31 2228 666F 7220" /* ......2.1"(for */
$"436C 6561 6E20 5072 6F67 7261 6D6D 696E" /* Clean Programmin */
$"6720 5379 7374 656D 2032 2E31 29" /*
g System 2.1
) */
resource
'vers' (2) {
0x02, 0x10, final, 0x00, verUS,
"2.1.1",
"(for Clean Programmin
g System 2.1
.1)"
};
MacSupport/carbonIde.r
View file @
f3f39b7c
...
...
@@ -11,14 +11,14 @@ data '3PRM' (0, "Owner resource") {
resource
'vers'
(
1
)
{
0x02
,
0x10
,
final
,
0x00
,
verUS
,
"2.1"
,
"2.1, 1987-200
3
University of Nijmegen"
"2.1
.1
"
,
"2.1
.1
, 1987-200
5
University of Nijmegen"
};
resource
'vers'
(
2
)
{
0x02
,
0x10
,
final
,
0x00
,
verUS
,
"2.1"
,
"(for Clean Programming System 2.1)"
"2.1
.1
"
,
"(for Clean Programming System 2.1
.1
)"
};
resource
'SIZE'
(
-1
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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