Skip to content

Commit 8b10115

Browse files
committed
release 10.3.1
1 parent d2e010c commit 8b10115

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/technical.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ Some notes and references into the compiler's source code modules:
134134
to convert the Ast into IR first. The VM target uses this, but the 6502 codegen doesn't right now.
135135

136136

137-
Run-time memory profiling with the X16emulator
138-
----------------------------------------------
137+
Run-time memory profiling with the X16 emulator
138+
-----------------------------------------------
139139
The X16 emulator has a ``-memorystats`` option that enables it to keep track of memory access count statistics,
140140
and write the accumulated counts to a file on exit.
141141
Prog8 includes a Python script ``profiler.py`` (find it in the "scripts" subdirectory of the source code distribution)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ org.gradle.daemon=true
55
kotlin.code.style=official
66
javaVersion=11
77
kotlinVersion=1.9.24
8-
version=10.3.1-SNAPSHOT
8+
version=10.3.1

0 commit comments

Comments
 (0)