adding version constant

This commit is contained in:
Jeremy Bush 2010-12-09 13:05:25 -06:00
parent cae332760a
commit ceffe2942f

View file

@ -2,6 +2,8 @@
class Kohana_Kostache extends Mustache
{
const VERSION = 1.3;
protected $_partials_processed = FALSE;
/**