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 5aa7240

Browse filesBrowse files
committed
Update VERSION for 3.4.49
1 parent f351c07 commit 5aa7240
Copy full SHA for 5aa7240

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎Kernel.php

Copy file name to clipboardExpand all lines: Kernel.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
6767
private $requestStackSize = 0;
6868
private $resetServices = false;
6969

70-
const VERSION = '3.4.48';
71-
const VERSION_ID = 30448;
70+
const VERSION = '3.4.49';
71+
const VERSION_ID = 30449;
7272
const MAJOR_VERSION = 3;
7373
const MINOR_VERSION = 4;
74-
const RELEASE_VERSION = 48;
74+
const RELEASE_VERSION = 49;
7575
const EXTRA_VERSION = '';
7676

7777
const END_OF_MAINTENANCE = '11/2020';

0 commit comments

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