mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
Prepare 3.1.31-dev
This commit is contained in:
@@ -18,7 +18,7 @@ before_script:
|
||||
- mysql -e "create database IF NOT EXISTS test;" -uroot
|
||||
|
||||
install:
|
||||
- git clone --depth=50 --branch v3.1.30 git://github.com/smarty-php/smarty-phpunit.git
|
||||
- git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git
|
||||
|
||||
script:
|
||||
- cd smarty-phpunit
|
||||
|
@@ -1,4 +1,7 @@
|
||||
===== 3.1.30 ===== (07.08.2016)
|
||||
===== 3.1.31-dev ===== (xx.xx.xx)
|
||||
|
||||
|
||||
===== 3.1.30 ===== (07.08.2016)
|
||||
|
||||
07.08.2016
|
||||
- bugfix update of 04.08.2016 was incomplete
|
||||
|
@@ -27,7 +27,7 @@
|
||||
* @author Uwe Tews
|
||||
* @author Rodney Rehm
|
||||
* @package Smarty
|
||||
* @version 3.1.30
|
||||
* @version 3.1.31-dev
|
||||
*/
|
||||
|
||||
/**
|
||||
@@ -121,7 +121,7 @@ class Smarty extends Smarty_Internal_TemplateBase
|
||||
/**
|
||||
* smarty version
|
||||
*/
|
||||
const SMARTY_VERSION = '3.1.30';
|
||||
const SMARTY_VERSION = '3.1.31-dev/1';
|
||||
|
||||
/**
|
||||
* define variable scopes
|
||||
|
Reference in New Issue
Block a user