From 41f723e6ad3372247d334d55556da0d5dfc9fd7a Mon Sep 17 00:00:00 2001 From: Ian Moore Date: Fri, 7 Aug 2015 08:34:05 -0400 Subject: [PATCH] Update changelog and version --- CHANGELOG.txt | 5 +++++ endpoints/lib/config.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b0fe7f3..ed431cc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,8 @@ +------------------------------------- + 5.0-2 +------------------------------------- +Translation fixes + ------------------------------------- 5.0-1 2015-08-05 ------------------------------------- diff --git a/endpoints/lib/config.php b/endpoints/lib/config.php index 4cb4ee2..ebe34c2 100644 --- a/endpoints/lib/config.php +++ b/endpoints/lib/config.php @@ -14,7 +14,7 @@ /* * This version of phpVirtualBox */ -define('PHPVBOX_VER', '5.0-1'); +define('PHPVBOX_VER', '5.0-2'); class phpVBoxConfigClass {