From 334ced86274d036492f5b6714054436cfcd01331 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 5 May 2012 15:17:07 +0100 Subject: [PATCH] Version number update only --- lib/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings.php b/lib/settings.php index c2d44bc..6d5fd9a 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -16,7 +16,7 @@ function generateHash($plainText,$salt=null) { // Start of settings // ----------------- -$versionNo = "v 0.6.5"; +$versionNo = "v 0.6.6"; $codeMirrorDir = "CodeMirror-2.24"; $cMThisVer = 2.24; $tabsIndent = true;