Skip to content

Commit

Permalink
updated VERSION for 2.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 2, 2013
1 parent b2c0861 commit e029409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/HttpKernel/Kernel.php
Expand Up @@ -63,7 +63,7 @@ abstract class Kernel implements KernelInterface, TerminableInterface
const MAJOR_VERSION = '2';
const MINOR_VERSION = '1';
const RELEASE_VERSION = '11';
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';

/**
* Constructor.
Expand Down

0 comments on commit e029409

Please sign in to comment.