summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Moore <imoore76@yahoo.com>2016-01-08 13:53:11 -0500
committerIan Moore <imoore76@yahoo.com>2016-01-08 13:53:11 -0500
commitce7c35ce03ace030a6213d943df88f2304d11b40 (patch)
treef4d3f1220c529985bc4a1db57ad0d1f6b11ce9b1
parent5fcef1bce2081eaa1ca81a2220e74df3ef9933d8 (diff)
downloadphpvirtualbox-ce7c35ce03ace030a6213d943df88f2304d11b40.zip
phpvirtualbox-ce7c35ce03ace030a6213d943df88f2304d11b40.tar.gz
phpvirtualbox-ce7c35ce03ace030a6213d943df88f2304d11b40.tar.bz2
5.0-6 prep
-rw-r--r--CHANGELOG.txt5
-rw-r--r--endpoints/lib/config.php2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 7e05745..599a13b 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,9 @@
-------------------------------------
+ 5.0-6
+-------------------------------------
+
+
+-------------------------------------
5.0-5 2016-01-08
-------------------------------------
PHP 7 support
diff --git a/endpoints/lib/config.php b/endpoints/lib/config.php
index 4c4fe2c..48a43a9 100644
--- a/endpoints/lib/config.php
+++ b/endpoints/lib/config.php
@@ -14,7 +14,7 @@
/*
* This version of phpVirtualBox
*/
-define('PHPVBOX_VER', '5.0-5');
+define('PHPVBOX_VER', '5.0-6');
class phpVBoxConfigClass {