Skip to content

Commit 3b5ad3d

Browse files
committed
Use Tarski 1.42 and latest Giac, version bump
1 parent 24a7eca commit 3b5ad3d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

common/src/main/java/org/geogebra/common/GeoGebraConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public interface GeoGebraConstants {
1414
/** complete version string */
1515
public static final String VERSION_STRING = "5.0.641.0";
1616
/** GeoGebra Discovery version string */
17-
public static final String DISCOVERY_VERSION = "2026Apr18";
17+
public static final String DISCOVERY_VERSION = "2026May23";
1818

1919
/** proper noun, should NOT be translated / transliterated */
2020
public static final String APPLICATION_NAME = "GeoGebra";

gradle-scripts/versions.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ ext.hamcrestVersion = '2.2'
2020
// This is automatically updated when there is a new version of Giac out:
2121
//ext.javaGiacVersion = '69971'
2222
// Override this with an own compiled version:
23-
ext.javaGiacVersion = '20250926'
23+
ext.javaGiacVersion = '20260523'
2424
// Please don't change this line since the automatism looks for exact match.
25-
ext.javaTarskiVersion = '1.37_20260207'
25+
ext.javaTarskiVersion = '1.42_20260522'

0 commit comments

Comments
 (0)