Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ce519b6

Browse filesBrowse files
committed
fixed typo
1 parent 4d3c74b commit ce519b6
Copy full SHA for ce519b6

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/HttpKernel/Kernel.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ abstract class Kernel implements KernelInterface, TerminableInterface
6161

6262
const VERSION = '4.0.0-DEV';
6363
const VERSION_ID = 40000;
64-
const MAJOR_VERSION = 0;
64+
const MAJOR_VERSION = 4;
6565
const MINOR_VERSION = 0;
6666
const RELEASE_VERSION = 0;
6767
const EXTRA_VERSION = 'DEV';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.