Skip to content

Commit 0116fac

Browse files
committed
release 11.4.1
1 parent 8663132 commit 0116fac

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

docs/source/_static/symboldumps/skeletons-c128.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Prog8 compiler v11.4 by Irmen de Jong ([email protected])
2+
Prog8 compiler v11.4.1 by Irmen de Jong ([email protected])
33
This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/licenses/gpl.html
44

55
Compiling program import-all-c128.p8

docs/source/_static/symboldumps/skeletons-c64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Prog8 compiler v11.4 by Irmen de Jong ([email protected])
2+
Prog8 compiler v11.4.1 by Irmen de Jong ([email protected])
33
This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/licenses/gpl.html
44

55
Compiling program import-all-c64.p8

docs/source/_static/symboldumps/skeletons-cx16.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Prog8 compiler v11.4 by Irmen de Jong ([email protected])
2+
Prog8 compiler v11.4.1 by Irmen de Jong ([email protected])
33
This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/licenses/gpl.html
44

55
Compiling program import-all-cx16.p8

docs/source/_static/symboldumps/skeletons-pet32.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Prog8 compiler v11.4 by Irmen de Jong ([email protected])
2+
Prog8 compiler v11.4.1 by Irmen de Jong ([email protected])
33
This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/licenses/gpl.html
44

55
Compiling program import-all-pet32.p8

docs/source/_static/symboldumps/skeletons-virtual.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Prog8 compiler v11.4 by Irmen de Jong ([email protected])
2+
Prog8 compiler v11.4.1 by Irmen de Jong ([email protected])
33
This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/licenses/gpl.html
44

55
Compiling program import-all-virtual.p8
@@ -129,7 +129,7 @@ diskio {
129129
rename (uword oldfileptr, uword newfileptr)
130130
rmdir (str name)
131131
save (uword filenameptr, uword start_address, uword savesize) -> bool
132-
save_raw (uword filenameptr, uword startaddress, uword savesize) -> bool
132+
save_raw (uword filenameptr, uword start_address, uword savesize) -> bool
133133
status () -> str
134134
status_code () -> ubyte
135135
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ org.gradle.console=rich
33
org.gradle.parallel=true
44
org.gradle.daemon=true
55
kotlin.code.style=official
6-
version=11.5-SNAPSHOT
6+
version=11.4.1

0 commit comments

Comments
 (0)