Bump master to version 3.9-dev

This commit is contained in:
Romain Neutron
2013-08-06 11:36:55 +02:00
parent 03f6b9199e
commit ec54f7a79a
6 changed files with 11 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
# CHANGELOG
* 3.9.0 (xxxx-xx-xx)
* 3.8.0 (2013-xx-xx)
- BC Break : Removed `bin/console check:system` command, replaced by `bin/setup check:system`.

View File

@@ -1,5 +1,5 @@
Phraseanet 3.8 - Digital Asset Management application
=================================================
Phraseanet 3.9 - Digital Asset Management application
=====================================================
[![Build Status](https://secure.travis-ci.org/alchemy-fr/Phraseanet.png?branch=master)](http://travis-ci.org/alchemy-fr/Phraseanet)

3
UPGRADE-3.9.md Normal file
View File

@@ -0,0 +1,3 @@
# UPGRADE FROM 3.8 to 3.9
Here will come some advices

View File

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

View File

@@ -66,7 +66,7 @@
"include-path": ["vendor/zend/gdata/library"],
"extra": {
"branch-alias": {
"dev-master": "3.8-dev"
"dev-master": "3.9-dev"
}
}
}

View File

@@ -18,8 +18,8 @@ namespace Alchemy\Phrasea\Core;
*/
class Version
{
protected static $number = '3.8.0.a18';
protected static $name = 'Carnosaurus';
protected static $number = '3.9.0.a0';
protected static $name = 'Diplodocus';
public static function getNumber()
{