changeset 291:257adca09001

downloads: Downloads for Mercurial 1.4
author David Soria Parra <dsp@php.net>
date Wed, 18 Nov 2009 16:40:33 +0100
parents 2fec3d251660
children 0e4c3d6a2fe7
files templates/data
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/data	Mon Nov 16 22:12:10 2009 +0100
+++ b/templates/data	Wed Nov 18 16:40:33 2009 +0100
@@ -1,5 +1,11 @@
 {% set downloads = {
-    'current': '1.3.1',
+    'current': '1.4',
+    '1.4': {
+        'Windows (Tortoise HG)': 'http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.9-hg-1.4.exe',
+        'Windows': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4.exe',
+        'Mac OS X 10.6': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4-py2.6-macosx10.6.zip',
+        'Mac OS X 10.5': 'http://mercurial.berkwood.com/binaries/Mercurial-1.4-py2.5-macosx10.5.zip',
+        'Source code': 'http://mercurial.selenic.com/release/mercurial-1.4.tar.gz'},
     '1.3.1': {
         'Windows (Tortoise HG)': 'http://bitbucket.org/tortoisehg/stable/downloads/TortoiseHg-0.8.1-hg-1.3.1.exe',
         'Windows': 'http://mercurial.berkwood.com/binaries/Mercurial-1.3.1.exe',