Skip to content

Commit bc88fca

Browse files
authored
Merge branch 'develop' into chot-nested-virtualization
2 parents 870373b + b19edfc commit bc88fca

File tree

11 files changed

+90214
-12309
lines changed

11 files changed

+90214
-12309
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/.project
44
/config.php
55
/phpinfo.php
6+
/.vscode

.htaccess

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
RedirectMatch 404 /\.git

endpoints/lib/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/*
1515
* This version of phpVirtualBox
1616
*/
17-
define('PHPVBOX_VER', '6.0-0');
17+
define('PHPVBOX_VER', '6.1-0');
1818

1919
class phpVBoxConfigClass {
2020

0 commit comments

Comments
 (0)