From 7ee3cb46b342885d358748c4b8bdeed30c955bb8 Mon Sep 17 00:00:00 2001 From: elson Date: Mon, 5 Oct 2009 09:27:21 +0100 Subject: [PATCH] Release: 1.7.0-rc1 changes --- CHANGES | 2 +- build.properties | 6 +++--- src/map.js | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 93b7ffa..28af9a4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ Glow Changelog -1.7.0 +1.7.0-rc1 New: * glow.lang.interpolate - Added option to escape HTML from data object diff --git a/build.properties b/build.properties index 83681ef..9a6760c 100644 --- a/build.properties +++ b/build.properties @@ -1,3 +1,3 @@ -LINE=1.6 -VERSION=1.6.1 -CSSVERSION=161 +LINE=1.7 +VERSION=1.7.0-rc1 +CSSVERSION=170 diff --git a/src/map.js b/src/map.js index a03aa51..ae1ec16 100755 --- a/src/map.js +++ b/src/map.js @@ -155,6 +155,9 @@ gloader.map.add( }, { $version: "1.6.1" + }, + { + $version: "1.7.0-rc1" } );