forked from xtclang/xvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.properties
More file actions
21 lines (17 loc) · 954 Bytes
/
version.properties
File metadata and controls
21 lines (17 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# XDK Version Configuration - Single Source of Truth
# This file defines all version information used throughout the XDK build system
# XDK version string (used by xcc --version, xec --version, xtc-version, and build system)
xdk.version=0.4.4-SNAPSHOT
# Maven/Gradle group ID for all XDK artifacts
xdk.group=org.xtclang
# XVM version - the XVM specification version, which is used for ensuring compatibility between
# XVM implementations and compiled Ecstasy modules (".xtc" files). See the comments on the
# "VERSION_MAJOR_CUR" and "VERSION_MINOR_CUR" field declarations in the
# ./javatools/src/main/java/org/xvm/asm/Constants.java source file
xvm.version.major=0
xvm.version.minor=20250909
# Platform Version Constraints
# These properties define the toolchain versions used for compiling Java and Kotlin code
# across the entire build. Changing these values will trigger automatic recompilation.
org.xtclang.java.jdk=25
org.xtclang.kotlin.jdk=24