Prepare version 3.8.2

This commit is contained in:
Romain Neutron
2013-11-15 17:44:35 +01:00
parent 60d4ee03e6
commit 88b4df745b
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# CHANGELOG
* 3.8.1 (2013-11-15)
- BugFix : Locale translation may block administration module load.
* 3.8.1 (2013-11-15)
- BugFix : IE 6 homepage error message is broken.

View File

@@ -1,6 +1,6 @@
{
"name": "Phraseanet",
"version": "3.8.1",
"version": "3.8.2",
"dependencies": {
"bootstrap": "~2.2.2",
"jquery": "~1.8.3",

View File

@@ -18,7 +18,7 @@ namespace Alchemy\Phrasea\Core;
*/
class Version
{
protected static $number = '3.8.1';
protected static $number = '3.8.2';
protected static $name = 'Diplodocus';
public static function getNumber()