diff options
author | h6w <tudor@tudorholton.com> | 2017-10-26 16:09:16 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 16:09:16 +1100 |
commit | 26586b1ea42149db7e603078c93200ef6a233f9d (patch) | |
tree | 08bab1e98e0652ce0ad2c63e7dd67919b3ff7627 /endpoints/lib/config.php | |
parent | 2428a7fa5b2f85bc4d1ed1f9353bd6485a51ad52 (diff) | |
parent | ec05a25fb181a47e52ab61b03553d34efd655c3b (diff) | |
download | phpvirtualbox-26586b1ea42149db7e603078c93200ef6a233f9d.zip phpvirtualbox-26586b1ea42149db7e603078c93200ef6a233f9d.tar.gz phpvirtualbox-26586b1ea42149db7e603078c93200ef6a233f9d.tar.bz2 |
Merge pull request #66 from phpvirtualbox/virtualbox5.2
New Virtualbox 5.2 webservice files
Diffstat (limited to 'endpoints/lib/config.php')
-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 48a43a9..287bc89 100644 --- a/endpoints/lib/config.php +++ b/endpoints/lib/config.php @@ -14,7 +14,7 @@ /*
* This version of phpVirtualBox
*/
-define('PHPVBOX_VER', '5.0-6');
+define('PHPVBOX_VER', '5.2-0');
class phpVBoxConfigClass {
|