aboutsummaryrefslogtreecommitdiff
path: root/lib/less.php/Version.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/less.php/Version.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/less.php/Version.php b/lib/less.php/Version.php
new file mode 100644
index 0000000..704ec6e
--- /dev/null
+++ b/lib/less.php/Version.php
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * Release numbers
+ *
+ * @package Less
+ * @subpackage version
+ */
+class Less_Version{
+
+ const version = '1.7.0.9'; // The current build number of less.php
+ const less_version = '1.7'; // The less.js version that this build should be compatible with
+ const cache_version = '170'; // The parser cache version
+
+}