diff options
author | h6w <tudor@tudorholton.com> | 2018-11-09 20:43:10 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-09 20:43:10 +1100 |
commit | ea36625d7eb02a5256de214b44b819cc97c3b339 (patch) | |
tree | ca2f579ec6b25408fc4cb014279cf09254c8c000 | |
parent | 3bf6d1b6cd7957810e925f1b0ded8474ef334ecb (diff) | |
download | phpvirtualbox-ea36625d7eb02a5256de214b44b819cc97c3b339.zip phpvirtualbox-ea36625d7eb02a5256de214b44b819cc97c3b339.tar.gz phpvirtualbox-ea36625d7eb02a5256de214b44b819cc97c3b339.tar.bz2 |
Update config.php5.2-1origin/master
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 { |