From ccf4b336665ef7bd32f775fa9aecd370b81b3743 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Mon, 13 Jun 2011 15:23:38 -0400 Subject: [PATCH] Add a SPEC_VERSION constant, since that's super handy too. --- Mustache.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mustache.php b/Mustache.php index 33c9288..a6c87c8 100644 --- a/Mustache.php +++ b/Mustache.php @@ -14,7 +14,8 @@ */ class Mustache { - const VERSION = '0.7.1'; + const VERSION = '0.7.1'; + const SPEC_VERSION = '1.1.2'; /** * Should this Mustache throw exceptions when it finds unexpected tags?