summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/base.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/handlebars/base.js')
-rw-r--r--lib/handlebars/base.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/handlebars/base.js b/lib/handlebars/base.js
index 79ce06f..04e9a52 100644
--- a/lib/handlebars/base.js
+++ b/lib/handlebars/base.js
@@ -5,12 +5,12 @@ this.Handlebars = {};
(function(Handlebars) {
-Handlebars.VERSION = "1.0.rc.2";
+Handlebars.VERSION = "1.0.0-rc.3";
Handlebars.COMPILER_REVISION = 2;
Handlebars.REVISION_CHANGES = {
1: '<= 1.0.rc.2', // 1.0.rc.2 is actually rev2 but doesn't report it
- 2: '>= 1.0.rc.3'
+ 2: '>= 1.0.0-rc.3'
};
Handlebars.helpers = {};