Pārlūkot izejas kodu

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

Justin Hileman 14 gadi atpakaļ
vecāks
revīzija
ccf4b33666
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      Mustache.php

+ 2 - 1
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?