From a1ee5ef2d7b511493419db441e205b3eabecb5c0 Mon Sep 17 00:00:00 2001 From: Barry O'Donovan Date: Mon, 17 Feb 2014 21:05:34 +0000 Subject: [PATCH] Version bump due to bug in v3.6.8 --- library/IXP/Version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/IXP/Version.php b/library/IXP/Version.php index 920f4023e..3edc03e9f 100644 --- a/library/IXP/Version.php +++ b/library/IXP/Version.php @@ -3,6 +3,6 @@ # Basic version information # -define( 'APPLICATION_VERSION', '3.6.8' ); -define( 'APPLICATION_VERDATE', '20140217203500' ); +define( 'APPLICATION_VERSION', '3.6.9' ); +define( 'APPLICATION_VERDATE', '20140217210500' );