From: paulr Date: Tue, 26 Apr 2011 16:53:43 +0000 (+1000) Subject: updates and such X-Git-Url: http://git.pjr.cc/?p=glcas.git;a=commitdiff_plain;h=8cce99e3ffd8b66c530578c10367590435621fe7 updates and such --- 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__); diff --git a/lib/updates.php b/lib/updates.php index 8e92481..95cc892 100644 --- a/lib/updates.php +++ b/lib/updates.php @@ -1,4 +1,5 @@ \ No newline at end of file