E5DD Release v4.4.0-BETA1 by fabpot · Pull Request #34338 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
updated VERSION for 4.4.0-BETA1
  • Loading branch information
fabpot committed Nov 12, 2019
commit 88927e164017a04c015af900979938e3dd8a907e
4 changes: 2 additions & 2 deletions src/Symfony/Component/HttpKernel/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private $requestStackSize = 0;
private $resetServices = false;

const VERSION = '4.4.0-DEV';
const VERSION = '4.4.0-BETA1';
const VERSION_ID = 40400;
const MAJOR_VERSION = 4;
const MINOR_VERSION = 4;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = 'BETA1';

const END_OF_MAINTENANCE = '11/2022';
const END_OF_LIFE = '11/2023';
Expand Down
0