diff options
author | h6w <tudor@tudorholton.com> | 2017-10-26 16:53:14 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 16:53:14 +1100 |
commit | 511b11ee2f43677edb2850cfe2bf26e091b6eedd (patch) | |
tree | 3fd3224c1313ef7ce747edd621020a3eb92d413d /endpoints/lib/config.php | |
parent | 11206435d3656c20b0f552942f58881836e311d6 (diff) | |
parent | c4c0029b9832b254623eb2240e7441575cf40f9c (diff) | |
download | phpvirtualbox-511b11ee2f43677edb2850cfe2bf26e091b6eedd.zip phpvirtualbox-511b11ee2f43677edb2850cfe2bf26e091b6eedd.tar.gz phpvirtualbox-511b11ee2f43677edb2850cfe2bf26e091b6eedd.tar.bz2 |
Merge pull request #67 from phpvirtualbox/develop
phpvirtualbox 5.2 #RC1
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 4c4fe2c..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-5');
+define('PHPVBOX_VER', '5.2-0');
class phpVBoxConfigClass {
|