summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2023-11-11 20:27:25 +0100
committerSimon Wisselink <s.wisselink@iwink.nl>2023-11-11 20:27:25 +0100
commit4038fa615b074b4c79573f17d93d84084d9514df (patch)
tree9d4970764948edfc7950134fa99e4a190b98801f
parent198338e2a258be135f690330bdf2b20d88e39b00 (diff)
downloadsmarty-4038fa615b074b4c79573f17d93d84084d9514df.tar.gz
smarty-4038fa615b074b4c79573f17d93d84084d9514df.tar.bz2
smarty-4038fa615b074b4c79573f17d93d84084d9514df.zip
version bump
-rw-r--r--CHANGELOG.md3
-rw-r--r--src/Smarty.php2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb69f5b6..1905cf79 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [5.0.0-rc2] - 2023-11-11
+
+
### Fixed
- Registered output filters wouldn't run [#899](https://github.com/smarty-php/smarty/issues/899)
- Use of negative numbers in {math} equations [#895](https://github.com/smarty-php/smarty/issues/895)
diff --git a/src/Smarty.php b/src/Smarty.php
index 98a40e90..9b8738be 100644
--- a/src/Smarty.php
+++ b/src/Smarty.php
@@ -53,7 +53,7 @@ class Smarty extends \Smarty\TemplateBase {
/**
* smarty version
*/
- const SMARTY_VERSION = '5.0.0-rc1';
+ const SMARTY_VERSION = '5.0.0-rc2';
/**
* define caching modes