We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c465ff7 commit 39a9fc6Copy full SHA for 39a9fc6
1 file changed
gettext/package-version.sh
@@ -1,5 +1,3 @@
1
#!/bin/bash
2
3
-# FIXME: This should be read from the Java source:
4
-
5
-PACKAGE_VERSION=0.80
+PACKAGE_VERSION=`cat ../wprover/Version.java | grep "sversion =" | awk '{print $6}' | sed s/\"//g | sed s/\;//`
0 commit comments