diff options
author | h6w <tudor@tudorholton.com> | 2018-11-09 20:42:41 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-09 20:42:41 +1100 |
commit | 44155f8d793efa6d06968919cd8c920b8c84b173 (patch) | |
tree | ca2f579ec6b25408fc4cb014279cf09254c8c000 | |
parent | 3bf6d1b6cd7957810e925f1b0ded8474ef334ecb (diff) | |
download | phpvirtualbox-44155f8d793efa6d06968919cd8c920b8c84b173.zip phpvirtualbox-44155f8d793efa6d06968919cd8c920b8c84b173.tar.gz phpvirtualbox-44155f8d793efa6d06968919cd8c920b8c84b173.tar.bz2 |
Update config.php
Rollup phpvirtualbox version
-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..3f5c021 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', '5.2-1'); class phpVBoxConfigClass { |