Skip to content

Commit 0c3bb59

Browse files
committed
Minor polishing (2)
1 parent 0deaab3 commit 0c3bb59

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

snapcraft.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ parts:
3838
source-type: git
3939
override-build: |
4040
snapcraftctl build
41+
export JAVAC=/usr/lib/jvm/java-11-openjdk-amd64/bin/javac && \
4142
./gradlew installDist && \
4243
mkdir -p ../install/usr/share/jgex && \
4344
cp -a build/install/jgex/lib/*.jar ../install/usr/share/jgex && \

src/main/java/wprover/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
public class Version {
88

99
private static String sversion = "0.87";
10-
private static String data = "2024-11-26";
10+
private static String data = "2025-06-11";
1111
private static String project = "Geometry Expert";
1212

1313
/**

0 commit comments

Comments
 (0)