Add a VERSION constant.

closes #45
This commit is contained in:
Justin Hileman
2011-06-13 15:12:43 -04:00
parent 28b5a457ce
commit b7a12665ea
+2
View File
@@ -14,6 +14,8 @@
*/ */
class Mustache { class Mustache {
const VERSION = '0.7.1-dev';
/** /**
* Should this Mustache throw exceptions when it finds unexpected tags? * Should this Mustache throw exceptions when it finds unexpected tags?
* *