[SCM] GeoGebra: Dynamic mathematics software for education branch, patch/version, updated. upstream/4.0.19.0+dfsg1-159-gef8a98a

Giovanni Mascellani mascellani at poisson.phc.unipi.it
Sat Mar 3 00:07:33 UTC 2012


The following commit has been merged in the patch/version branch:
commit ef8a98aa4b120bfb8ae377e32df0336c3fcddfc3
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Sat Mar 3 00:16:54 2012 +0100

    Write Debian version at startup.

diff --git a/geogebra/main/Application.java b/geogebra/main/Application.java
index e5c7038..bca00b5 100644
--- a/geogebra/main/Application.java
+++ b/geogebra/main/Application.java
@@ -653,7 +653,8 @@ public class Application implements KeyEventDispatcher {
 			System.exit(0);
 		}
 		// help debug applets
-		System.out.println("GeoGebra " + GeoGebra.VERSION_STRING + " "
+		System.out.println("GeoGebra " + GeoGebra.VERSION_STRING + " (Debian version "
+				+ GeoGebra.DEBIAN_VERSION_STRING + ") "
 				+ GeoGebra.BUILD_DATE + " Java "
 				+ System.getProperty("java.version"));
 		if (args.containsArg("v")) {

-- 
GeoGebra: Dynamic mathematics software for education



More information about the pkg-java-commits mailing list