From 736c4f7dc09544e4a5f3c818e8d1e8d100353b51 Mon Sep 17 00:00:00 2001 From: Chris Meller Date: Sat, 4 Dec 2010 19:24:32 +0000 Subject: [PATCH] Update the version tag of Makaanga to 0.6.6. git-svn-id: https://svn.habariproject.org/habari/makaanga/0.x/htdocs/system@4668 653ae4dd-d31e-0410-96ef-6bf7bf53c507 --- classes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/version.php b/classes/version.php index edc3e78cd..28b6355ed 100644 --- a/classes/version.php +++ b/classes/version.php @@ -17,7 +17,7 @@ class Version const DB_VERSION = 3702; const API_VERSION = 3124; - const HABARI_VERSION = '0.6.5'; + const HABARI_VERSION = '0.6.6'; // This string contains the URL to the Habari SVN repository used for this working copy or export const HABARI_SVN_HEAD_URL = '$HeadURL$';