diff options
-rw-r--r-- | CHANGELOG.txt | 5 | ||||
-rw-r--r-- | endpoints/lib/config.php | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b0fe7f3..ed431cc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,9 @@ -------------------------------------
+ 5.0-2
+-------------------------------------
+Translation fixes
+
+-------------------------------------
5.0-1 2015-08-05
-------------------------------------
Fix paths in recovery.php-disabled
diff --git a/endpoints/lib/config.php b/endpoints/lib/config.php index 4cb4ee2..ebe34c2 100644 --- a/endpoints/lib/config.php +++ b/endpoints/lib/config.php @@ -14,7 +14,7 @@ /*
* This version of phpVirtualBox
*/
-define('PHPVBOX_VER', '5.0-1');
+define('PHPVBOX_VER', '5.0-2');
class phpVBoxConfigClass {
|