Skip to content

Commit c58ceab

Browse files
committed
updated VERSION for 2.2.0-RC3
1 parent 42930d4 commit c58ceab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

+2-2
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.0-DEV';
65+
const VERSION = '2.2.0-RC3';
6666
const VERSION_ID = '20100';
6767
const MAJOR_VERSION = '2';
6868
const MINOR_VERSION = '2';
6969
const RELEASE_VERSION = '0';
70-
const EXTRA_VERSION = 'DEV';
70+
const EXTRA_VERSION = 'RC3';
7171

7272
/**
7373
* Constructor.

0 commit comments

Comments
 (0)