Skip to content

Commit

Permalink
updated VERSION for 2.3.42
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 30, 2016
1 parent b4a9d25 commit 7143b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Symfony/Component/HttpKernel/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime;
protected $loadClassCache;

const VERSION = '2.3.42-DEV';
const VERSION = '2.3.42';
const VERSION_ID = 20342;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 3;
const RELEASE_VERSION = 42;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';

/**
* Constructor.
Expand Down

0 comments on commit 7143b29

Please sign in to comment.