From 54641f5ef76fd2bef1af5f6c07df6cd3b2e28969 Mon Sep 17 00:00:00 2001 From: Taiwen Jiang Date: Fri, 21 Mar 2014 11:25:00 +0800 Subject: [PATCH] For Pi 2.4.0 release --- lib/Pi/Version/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Pi/Version/Version.php b/lib/Pi/Version/Version.php index 98a48e2b1c..ae643c6d86 100644 --- a/lib/Pi/Version/Version.php +++ b/lib/Pi/Version/Version.php @@ -27,7 +27,7 @@ class Version * @var string * @see http://semver.org/ for semantic versioning */ - const VERSION = '2.4.0-rc'; + const VERSION = '2.4.0'; /** * The latest stable version Pi Engine available