Skip to content

Commit

Permalink
Prepare 3.1.31-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
uwetews committed Aug 7, 2016
1 parent ed2b7f1 commit 7f932e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion change_log.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions libs/Smarty.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @author Uwe Tews
* @author Rodney Rehm
* @package Smarty
* @version 3.1.30
* @version 3.1.31-dev
*/

/**
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7f932e7

Please sign in to comment.