Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
7ff036f4
Commit
7ff036f4
authored
Oct 11, 2013
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed incorrect next version
parent
cef0c134
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
composer.json
composer.json
+1
-1
doc/changelog.rst
doc/changelog.rst
+1
-1
src/Silex/Application.php
src/Silex/Application.php
+1
-1
No files found.
composer.json
View file @
7ff036f4
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
},
},
"extra"
:
{
"extra"
:
{
"branch-alias"
:
{
"branch-alias"
:
{
"dev-master"
:
"1.
2
.x-dev"
"dev-master"
:
"1.
1
.x-dev"
}
}
}
}
}
}
doc/changelog.rst
View file @
7ff036f4
Changelog
Changelog
=========
=========
1.
2.0
(2013-XX-XX)
1.
1.2
(2013-XX-XX)
------------------
------------------
* n/a
* n/a
...
...
src/Silex/Application.php
View file @
7ff036f4
...
@@ -42,7 +42,7 @@ use Silex\EventListener\StringToResponseListener;
...
@@ -42,7 +42,7 @@ use Silex\EventListener\StringToResponseListener;
*/
*/
class
Application
extends
\Pimple
implements
HttpKernelInterface
,
TerminableInterface
class
Application
extends
\Pimple
implements
HttpKernelInterface
,
TerminableInterface
{
{
const
VERSION
=
'1.
2.0
-DEV'
;
const
VERSION
=
'1.
1.2
-DEV'
;
const
EARLY_EVENT
=
512
;
const
EARLY_EVENT
=
512
;
const
LATE_EVENT
=
-
512
;
const
LATE_EVENT
=
-
512
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment