mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 03:57:21 +00:00
bumped version to 1.39
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.38-dev"
|
||||
"dev-master": "1.39-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
#ifndef PHP_TWIG_H
|
||||
#define PHP_TWIG_H
|
||||
|
||||
#define PHP_TWIG_VERSION "1.38.5-DEV"
|
||||
#define PHP_TWIG_VERSION "1.39.0-DEV"
|
||||
|
||||
#include "php.h"
|
||||
|
||||
|
||||
+4
-4
@@ -41,11 +41,11 @@ use Twig\TokenParser\TokenParserInterface;
|
||||
*/
|
||||
class Environment
|
||||
{
|
||||
const VERSION = '1.38.5-DEV';
|
||||
const VERSION_ID = 13805;
|
||||
const VERSION = '1.39.0-DEV';
|
||||
const VERSION_ID = 13900;
|
||||
const MAJOR_VERSION = 1;
|
||||
const MINOR_VERSION = 38;
|
||||
const RELEASE_VERSION = 5;
|
||||
const MINOR_VERSION = 39;
|
||||
const RELEASE_VERSION = 0;
|
||||
const EXTRA_VERSION = 'DEV';
|
||||
|
||||
protected $charset;
|
||||
|
||||
Reference in New Issue
Block a user