diff options
author | Tudor Holton <tudor@tudorholton.com> | 2018-11-09 20:55:28 +1100 |
---|---|---|
committer | Tudor Holton <tudor@tudorholton.com> | 2018-11-09 20:55:28 +1100 |
commit | 3a5a1ce787515183788fb2e63ae83c1b00f71ffc (patch) | |
tree | 06215e9033adca9a5b54513e8d4536c9cc345fea /endpoints/lib/config.php | |
parent | 3bf6d1b6cd7957810e925f1b0ded8474ef334ecb (diff) | |
download | phpvirtualbox-3a5a1ce787515183788fb2e63ae83c1b00f71ffc.zip phpvirtualbox-3a5a1ce787515183788fb2e63ae83c1b00f71ffc.tar.gz phpvirtualbox-3a5a1ce787515183788fb2e63ae83c1b00f71ffc.tar.bz2 |
New wsdls for 6.0 beta.
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 5176416..192d829 100644 --- a/endpoints/lib/config.php +++ b/endpoints/lib/config.php @@ -14,7 +14,7 @@ /* * This version of phpVirtualBox */ -define('PHPVBOX_VER', '5.2-0'); +define('PHPVBOX_VER', '6.0-0'); class phpVBoxConfigClass { |