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)