Prepare version 3.8.1

This commit is contained in:
Romain Neutron
2013-11-15 12:18:14 +01:00
parent bbe9645373
commit 5d79ff40a1
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# CHANGELOG
* 3.8.1 (2013-xx-xx)
* 3.8.1 (2013-11-15)
- BugFix : IE 6 homepage error message is broken.
- BugFix : Databox fields administration is broken on firefox.

View File

@@ -1,6 +1,6 @@
{
"name": "Phraseanet",
"version": "3.8.0",
"version": "3.8.1",
"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-alpha.4';
protected static $number = '3.8.1';
protected static $name = 'Diplodocus';
public static function getNumber()