8000 bumped Symfony version to 2.2.3-DEV · symfony/symfony@bc1bf32 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc1bf32

Browse files
committed
bumped Symfony version to 2.2.3-DEV
1 parent 34430e8 commit bc1bf32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
6262
protected $classes;
6363
protected $errorReportingLevel;
6464

65-
const VERSION = '2.2.2';
66-
const VERSION_ID = '20202';
65+
const VERSION = '2.2.3-DEV';
66+
const VERSION_ID = '20203';
6767
const MAJOR_VERSION = '2';
6868
const MINOR_VERSION = '2';
69-
const RELEASE_VERSION = '2';
70-
const EXTRA_VERSION = '';
69+
const RELEASE_VERSION = '3';
70+
const EXTRA_VERSION = 'DEV';
7171

7272
/**
7373
* Constructor.

0 commit comments

Comments
 (0)
0