diff options
author | Ian Moore <ian.moore@fireeye.com> | 2015-08-07 08:34:05 -0400 |
---|---|---|
committer | Ian Moore <ian.moore@fireeye.com> | 2015-08-07 08:34:05 -0400 |
commit | 41f723e6ad3372247d334d55556da0d5dfc9fd7a (patch) | |
tree | 46d955c4ddfa34f7896b97989b48e19552e8753b /endpoints/lib | |
parent | aaa77d4780aa7240bed4a1c4e7cfa8e57d04f47b (diff) | |
download | phpvirtualbox-41f723e6ad3372247d334d55556da0d5dfc9fd7a.zip phpvirtualbox-41f723e6ad3372247d334d55556da0d5dfc9fd7a.tar.gz phpvirtualbox-41f723e6ad3372247d334d55556da0d5dfc9fd7a.tar.bz2 |
Update changelog and version
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 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 {
|