aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2010-10-14 16:35:35 -0400
committerJohn Resig <jeresig@gmail.com>2010-10-14 16:35:35 -0400
commitae772e742295591678ee53c89e5132df817c4606 (patch)
treeb0e1be5ff7b65720715318d3e853d1af991628b6 /Makefile
parentea507b3e998126ae1f94f4fd1618994d645c9cc8 (diff)
downloadjquery-ae772e742295591678ee53c89e5132df817c4606.tar.gz
jquery-ae772e742295591678ee53c89e5132df817c4606.zip
Updating the copy of Google Closure Compiler.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a236ed0a5..6b46c7dfb 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ DIST_DIR = ${PREFIX}/dist
RHINO ?= java -jar ${BUILD_DIR}/js.jar
-CLOSURE_COMPILER = ${BUILD_DIR}/google-compiler-20091218.jar
+CLOSURE_COMPILER = ${BUILD_DIR}/google-compiler-20100917.jar
MINJAR ?= java -jar ${CLOSURE_COMPILER}