diff options
author | Ian Moore <imoore76@yahoo.com> | 2015-12-07 09:18:01 -0500 |
---|---|---|
committer | Ian Moore <imoore76@yahoo.com> | 2015-12-07 09:18:01 -0500 |
commit | fc220fd7ca316a3256e00be193e7bafbe3e44744 (patch) | |
tree | 63b97341c358be9b313e2d9beb375c809b48d6a5 /endpoints/lib | |
parent | 95a7c068d1e71ea62cb35210f4c205158ca71109 (diff) | |
download | phpvirtualbox-fc220fd7ca316a3256e00be193e7bafbe3e44744.zip phpvirtualbox-fc220fd7ca316a3256e00be193e7bafbe3e44744.tar.gz phpvirtualbox-fc220fd7ca316a3256e00be193e7bafbe3e44744.tar.bz2 |
Prep for next release
Diffstat (limited to 'endpoints/lib')
-rw-r--r-- | endpoints/lib/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/endpoints/lib/config.php b/endpoints/lib/config.php index 2c0c3b1..4c4fe2c 100644 --- a/endpoints/lib/config.php +++ b/endpoints/lib/config.php @@ -14,7 +14,7 @@ /*
* This version of phpVirtualBox
*/
-define('PHPVBOX_VER', '5.0-4');
+define('PHPVBOX_VER', '5.0-5');
class phpVBoxConfigClass {
|