We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8077407 commit 0f67dafCopy full SHA for 0f67daf
make/r3-view.rc
@@ -1,8 +1,8 @@
1
101 ICON "icon/r3.ico"
2
3
1 VERSIONINFO
4
-FILEVERSION 3,5,5,0
5
-PRODUCTVERSION 3,5,5,0
+FILEVERSION 3,5,6,0
+PRODUCTVERSION 3,5,6,0
6
BEGIN
7
BLOCK "StringFileInfo"
8
make/r3.rc
make/rebol3.nest
@@ -19,7 +19,7 @@ temp: %make/tmp/
19
stack-size: 4194304 ;= 4MB (4 * 1024 * 1024)
20
optimize: 2
21
22
-version: 3.5.5
+version: 3.5.6
23
24
core-files: [
25
%core/a-constants.c
0 commit comments