fixed version of Smarty::SMARTY_VERSION and updates make-release script to do so automatically from now on

This commit is contained in:
Simon Wisselink
2020-04-14 16:40:44 +02:00
parent 97f700971f
commit e0ea6899c8
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ class Smarty extends Smarty_Internal_TemplateBase
/**
* smarty version
*/
const SMARTY_VERSION = '3.1.34-dev-7';
const SMARTY_VERSION = '3.1.35';
/**
* define variable scopes
*/