From 3353d3654d0044c5190467ed9f8d936ef03c2944 Mon Sep 17 00:00:00 2001 From: mohrt Date: Sun, 2 Feb 2003 18:10:39 +0000 Subject: [PATCH] fix version number --- Smarty.class.php | 2 +- docs/html.dsl | 2 +- docs/php.dsl | 21 +++++++++++++++++++++ libs/Smarty.class.php | 2 +- 4 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 docs/php.dsl diff --git a/Smarty.class.php b/Smarty.class.php index a6c1c488..98ba5f29 100644 --- a/Smarty.class.php +++ b/Smarty.class.php @@ -450,7 +450,7 @@ class Smarty * * @access private */ - var $_version = '2.3.1'; + var $_version = '2.4.0'; /** * current template inclusion depth diff --git a/docs/html.dsl b/docs/html.dsl index 82a5e5f8..e312da30 100644 --- a/docs/html.dsl +++ b/docs/html.dsl @@ -8,7 +8,7 @@ -(define %html-ext% ".php") +(define %html-ext% ".html") &html-common.dsl; &common.dsl; diff --git a/docs/php.dsl b/docs/php.dsl new file mode 100644 index 00000000..82a5e5f8 --- /dev/null +++ b/docs/php.dsl @@ -0,0 +1,21 @@ + + + +]> + + + + + +(define %html-ext% ".php") + +&html-common.dsl; +&common.dsl; + + + + + + + diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index a6c1c488..98ba5f29 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -450,7 +450,7 @@ class Smarty * * @access private */ - var $_version = '2.3.1'; + var $_version = '2.4.0'; /** * current template inclusion depth