updates and such
[glcas.git] / lib / lib.php
index dde9335..6c48c4c 100644 (file)
@@ -8,6 +8,13 @@ require_once("messages.php");
 require_once("datastore.php");
 require_once("updates.php");
 
+global $VERSION;
+
+$VERSION["main"]["major"] = "0";
+$VERSION["main"]["minor"] = "0";
+$VERSION["main"]["release"] = "0";
+$VERSION["updateurl"]["main"] = "http://localhost/src/eclipse-workspace/glcas/release.txt";
+
 // first and foremost, load the plugins
 $basedir = dirname(__FILE__);