X-Git-Url: http://git.pjr.cc/?p=glcas.git;a=blobdiff_plain;f=lib%2Flib.php;h=6c48c4c98792fabecf0143eac47b07f7374bba62;hp=dde9335e0e47139afb0fc5dadf6316704912551b;hb=8cce99e3ffd8b66c530578c10367590435621fe7;hpb=e3440bbebb27ae9aa552e8ee13ab3c606d7ee13e diff --git a/lib/lib.php b/lib/lib.php index dde9335..6c48c4c 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -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__);