From 8cce99e3ffd8b66c530578c10367590435621fe7 Mon Sep 17 00:00:00 2001 From: paulr Date: Wed, 27 Apr 2011 02:53:43 +1000 Subject: [PATCH] updates and such --- lib/lib.php | 7 +++++++ lib/updates.php | 4 ++++ 2 files changed, 11 insertions(+), 0 deletions(-) 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 -- 1.7.0.4