From f7ce46c9f93808ec52b9cb904bcb02367c29ca43 Mon Sep 17 00:00:00 2001 From: ikkez Date: Thu, 31 Dec 2015 18:11:22 +0100 Subject: [PATCH] 3.5.1-Release --- CHANGELOG | 2 +- base.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 471af4f9..cf2dab51 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ CHANGELOG -3.5.1 +3.5.1 (31 December 2015) * NEW: ttl attribute in template tag * NEW: allow anonymous function for template filter * NEW: format modifier for international and custom currency symbol diff --git a/base.php b/base.php index a0cd7284..ea1a1f09 100644 --- a/base.php +++ b/base.php @@ -45,7 +45,7 @@ final class Base extends Prefab implements ArrayAccess { //@{ Framework details const PACKAGE='Fat-Free Framework', - VERSION='3.5.1-Dev'; + VERSION='3.5.1-Release'; //@} //@{ HTTP status codes (RFC 2616)