Add a SPEC_VERSION constant, since that's super handy too.

This commit is contained in:
Justin Hileman
2011-06-13 15:23:38 -04:00
parent 342b618343
commit ccf4b33666
+2 -1
View File
@@ -14,7 +14,8 @@
*/ */
class Mustache { 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? * Should this Mustache throw exceptions when it finds unexpected tags?