Skip to content

Commit

Permalink
Builder: version updated to 0.16.0 (compatible with syntax changes ma…
Browse files Browse the repository at this point in the history
…de in Rebol 3.16.0)
  • Loading branch information
Oldes committed Feb 19, 2024
1 parent 589cf11 commit ed6ec1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions tree/rebol/Siskin/siskin.rc
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
101 ICON "siskin.ico"

1 VERSIONINFO
FILEVERSION 0,10,3,0
PRODUCTVERSION 0,10,3,0
FILEVERSION 0,16,0,0
PRODUCTVERSION 0,16,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileDescription", "Siskin Builder"
VALUE "FileVersion", "0.10"
VALUE "FileVersion", "0.16"
VALUE "InternalName", "Siskin Builder"
VALUE "LegalCopyright", "2021 Oldes"
VALUE "OriginalFilename", "Siskin.exe"
VALUE "ProductName", "Siskin"
VALUE "ProductVersion", "0.10"
VALUE "ProductVersion", "0.16"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions tree/rebol/Siskin/siskin.reb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Rebol [
Title: "Siskin Builder - core"
Type: module
Name: siskin
Version: 0.13.2
Version: 0.16.0
Author: "Oldes"

exports: [
Expand All @@ -21,7 +21,7 @@ Rebol [
banner: next rejoin [{
^[[0;33m═╗
^[[0;33m ║^[[1;31m .-.
^[[0;33m ║^[[1;31m /'v'\ ^[[0;33mSISKIN-Framework Builder 0.13.2 Rebol } rebol/version {
^[[0;33m ║^[[1;31m /'v'\ ^[[0;33mSISKIN-Framework Builder 0.16.0 Rebol } rebol/version {
^[[0;33m ║^[[1;31m (/^[[0;31muOu^[[1;31m\) ^[[0;33mhttps://github.com/Siskin-framework/Builder/
^[[0;33m ╚════^[[1;31m"^[[0;33m═^[[1;31m"^[[0;33m═══════════════════════════════════════════════════════════════════════^[[m}]

Expand Down

0 comments on commit ed6ec1b

Please sign in to comment.