back to 4.7
[drupal.git] / Makefile
index a5e484c..603945d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,14 @@
-# $Id: Makefile 10670 2008-09-26 13:43:51Z thierry $
+# $Id$
 CURL   := curl -H Pragma: -O -R -S --fail --show-error
 SHA1SUM        = sha1sum
 
 # default - overridden by the build
 SPECFILE = drupal.spec
 
-version=6.7
+version=4.7.11
 
 main.URL       := http://ftp.drupal.org/files/projects/drupal-$(version).tar.gz
-main.SHA1SUM    := 1a1f9955878b794bbf201e2f8544f00c74121c3c
+main.SHA1SUM    := c9f767e6c2cd873c4b0bef1986e2821febfc7e34
 
 main.FILE      := $(notdir $(main.URL))