Skip to content

Commit

Permalink
bumped Symfony version to 2.0.19-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Oct 25, 2012
1 parent 03fbb48 commit 8872074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Symfony/Component/HttpKernel/Kernel.php
Expand Up @@ -56,12 +56,12 @@ abstract class Kernel implements KernelInterface
protected $startTime;
protected $classes;

const VERSION = '2.0.18';
const VERSION = '2.0.19';
const VERSION_ID = '20018';
const MAJOR_VERSION = '2';
const MINOR_VERSION = '0';
const RELEASE_VERSION = '18';
const EXTRA_VERSION = '';
const EXTRA_VERSION = 'DEV';

/**
* Constructor.
Expand Down

0 comments on commit 8872074

Please sign in to comment.