Prepare 3.1.31-dev

This commit is contained in:
uwetews
2016-08-07 20:57:11 +02:00
parent ed2b7f1146
commit 7f932e7ac4
3 changed files with 7 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ before_script:
- mysql -e "create database IF NOT EXISTS test;" -uroot - mysql -e "create database IF NOT EXISTS test;" -uroot
install: 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: script:
- cd smarty-phpunit - cd smarty-phpunit

View File

@@ -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 07.08.2016
- bugfix update of 04.08.2016 was incomplete - bugfix update of 04.08.2016 was incomplete

View File

@@ -27,7 +27,7 @@
* @author Uwe Tews * @author Uwe Tews
* @author Rodney Rehm * @author Rodney Rehm
* @package Smarty * @package Smarty
* @version 3.1.30 * @version 3.1.31-dev
*/ */
/** /**
@@ -121,7 +121,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/** /**
* smarty version * smarty version
*/ */
const SMARTY_VERSION = '3.1.30'; const SMARTY_VERSION = '3.1.31-dev/1';
/** /**
* define variable scopes * define variable scopes