From 8b101153900c437ca86063b9e4ab7b20fbea1be8 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Fri, 31 May 2024 23:51:35 +0200 Subject: [PATCH] release 10.3.1 --- docs/source/technical.rst | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/technical.rst b/docs/source/technical.rst index afeff7db0..de2210b29 100644 --- a/docs/source/technical.rst +++ b/docs/source/technical.rst @@ -134,8 +134,8 @@ Some notes and references into the compiler's source code modules: to convert the Ast into IR first. The VM target uses this, but the 6502 codegen doesn't right now. -Run-time memory profiling with the X16emulator ----------------------------------------------- +Run-time memory profiling with the X16 emulator +----------------------------------------------- The X16 emulator has a ``-memorystats`` option that enables it to keep track of memory access count statistics, and write the accumulated counts to a file on exit. Prog8 includes a Python script ``profiler.py`` (find it in the "scripts" subdirectory of the source code distribution) diff --git a/gradle.properties b/gradle.properties index 2749eda69..b7f38e784 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,4 +5,4 @@ org.gradle.daemon=true kotlin.code.style=official javaVersion=11 kotlinVersion=1.9.24 -version=10.3.1-SNAPSHOT +version=10.3.1