Skip to content

Commit

Permalink
updated VERSION for 2.6.0-BETA1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 3, 2014
1 parent 8ee36dc commit 7bd1d4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Symfony/Component/HttpKernel/Kernel.php
Expand Up @@ -59,12 +59,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime;
protected $loadClassCache;

const VERSION = '2.6.0-DEV';
const VERSION = '2.6.0-BETA1';
const VERSION_ID = '20600';
const MAJOR_VERSION = '2';
const MINOR_VERSION = '6';
const RELEASE_VERSION = '0';
const EXTRA_VERSION = 'DEV';
const MAJOR_VERSION = '2.6.0-BETA1';

This comment has been minimized.

Copy link
@GrahamCampbell

GrahamCampbell Nov 3, 2014

Contributor

This should still be 2 should it not?

const MINOR_VERSION = '2.6.0-BETA1';

This comment has been minimized.

Copy link
@GrahamCampbell

GrahamCampbell Nov 3, 2014

Contributor

This should still be 6 should it not?

const RELEASE_VERSION = '2.6.0-BETA1';

This comment has been minimized.

Copy link
@GrahamCampbell

GrahamCampbell Nov 3, 2014

Contributor

This should still be 0 should it not?

const EXTRA_VERSION = 'BETA1';

/**
* Constructor.
Expand Down

0 comments on commit 7bd1d4c

Please sign in to comment.