From af54caa65a5efd1d7b5340d2d4a085a0840f87b2 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Tue, 8 Aug 2023 00:20:33 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 2 ++ src/Smarty.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddbae7a4..73d06406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.0-rc1] - 2023-08-08 + ### Added - Added support for PHP8.2 - Added a new way to extend Smarty functionality using `Smarty::addExtension()` or `Smarty::setExtensions()`. Please see the docs for more information. diff --git a/src/Smarty.php b/src/Smarty.php index 08d580bf..bb27ff9d 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'; + const SMARTY_VERSION = '5.0.0-rc1'; /** * define caching modes