Skip to content

Commit

Permalink
Bump master to version 3.9-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
romainneutron committed Aug 6, 2013
1 parent 03f6b91 commit ec54f7a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -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`.
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -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)

Expand Down
3 changes: 3 additions & 0 deletions UPGRADE-3.9.md
@@ -0,0 +1,3 @@
# UPGRADE FROM 3.8 to 3.9

Here will come some advices
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "Phraseanet",
"version": "3.8.0",
"version": "3.9.0",
"dependencies": {
"bootstrap": "~2.2.2",
"jquery": "~1.8.3",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -66,7 +66,7 @@
"include-path": ["vendor/zend/gdata/library"],
"extra": {
"branch-alias": {
"dev-master": "3.8-dev"
"dev-master": "3.9-dev"
}
}
}
4 changes: 2 additions & 2 deletions lib/Alchemy/Phrasea/Core/Version.php
Expand Up @@ -18,8 +18,8 @@
*/
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()
{
Expand Down

0 comments on commit ec54f7a

Please sign in to comment.