Fossil SCM
Updates to the "mkdownload.tcl" script for version 2.0.
Commit
a717856f25612d623a2a1f0ca7cf429d8a39128a
Parent
1d407cff32978b6…
1 file changed
+2
-2
+2
-2
| --- www/mkdownload.tcl | ||
| +++ www/mkdownload.tcl | ||
| @@ -37,12 +37,12 @@ | ||
| 37 | 37 | set avers($version) 1 |
| 38 | 38 | } |
| 39 | 39 | } |
| 40 | 40 | close $in |
| 41 | 41 | |
| 42 | +set vdate(2.0) 2017-03-03 | |
| 42 | 43 | set vdate(1.37) 2017-01-15 |
| 43 | -set vdate(1.36) 2016-10-24 | |
| 44 | 44 | |
| 45 | 45 | # Do all versions from newest to oldest |
| 46 | 46 | # |
| 47 | 47 | foreach vers [lsort -decr -real [array names avers]] { |
| 48 | 48 | # set hr "../timeline?c=version-$vers;y=ci" |
| @@ -57,11 +57,11 @@ | ||
| 57 | 57 | puts $out "</b></center>" |
| 58 | 58 | puts $out "</td></tr>" |
| 59 | 59 | puts $out "<tr>" |
| 60 | 60 | |
| 61 | 61 | foreach {prefix img desc} { |
| 62 | - fossil-linux-x86 linux.gif {Linux 3.x x86} | |
| 62 | + fossil-linux- linux.gif {Linux 3.x x64} | |
| 63 | 63 | fossil-macosx mac.gif {Mac 10.x x86} |
| 64 | 64 | fossil-openbsd-x86 openbsd.gif {OpenBSD 5.x x86} |
| 65 | 65 | fossil-w32 win32.gif {Windows} |
| 66 | 66 | fossil-src src.gif {Source Tarball} |
| 67 | 67 | } { |
| 68 | 68 |
| --- www/mkdownload.tcl | |
| +++ www/mkdownload.tcl | |
| @@ -37,12 +37,12 @@ | |
| 37 | set avers($version) 1 |
| 38 | } |
| 39 | } |
| 40 | close $in |
| 41 | |
| 42 | set vdate(1.37) 2017-01-15 |
| 43 | set vdate(1.36) 2016-10-24 |
| 44 | |
| 45 | # Do all versions from newest to oldest |
| 46 | # |
| 47 | foreach vers [lsort -decr -real [array names avers]] { |
| 48 | # set hr "../timeline?c=version-$vers;y=ci" |
| @@ -57,11 +57,11 @@ | |
| 57 | puts $out "</b></center>" |
| 58 | puts $out "</td></tr>" |
| 59 | puts $out "<tr>" |
| 60 | |
| 61 | foreach {prefix img desc} { |
| 62 | fossil-linux-x86 linux.gif {Linux 3.x x86} |
| 63 | fossil-macosx mac.gif {Mac 10.x x86} |
| 64 | fossil-openbsd-x86 openbsd.gif {OpenBSD 5.x x86} |
| 65 | fossil-w32 win32.gif {Windows} |
| 66 | fossil-src src.gif {Source Tarball} |
| 67 | } { |
| 68 |
| --- www/mkdownload.tcl | |
| +++ www/mkdownload.tcl | |
| @@ -37,12 +37,12 @@ | |
| 37 | set avers($version) 1 |
| 38 | } |
| 39 | } |
| 40 | close $in |
| 41 | |
| 42 | set vdate(2.0) 2017-03-03 |
| 43 | set vdate(1.37) 2017-01-15 |
| 44 | |
| 45 | # Do all versions from newest to oldest |
| 46 | # |
| 47 | foreach vers [lsort -decr -real [array names avers]] { |
| 48 | # set hr "../timeline?c=version-$vers;y=ci" |
| @@ -57,11 +57,11 @@ | |
| 57 | puts $out "</b></center>" |
| 58 | puts $out "</td></tr>" |
| 59 | puts $out "<tr>" |
| 60 | |
| 61 | foreach {prefix img desc} { |
| 62 | fossil-linux- linux.gif {Linux 3.x x64} |
| 63 | fossil-macosx mac.gif {Mac 10.x x86} |
| 64 | fossil-openbsd-x86 openbsd.gif {OpenBSD 5.x x86} |
| 65 | fossil-w32 win32.gif {Windows} |
| 66 | fossil-src src.gif {Source Tarball} |
| 67 | } { |
| 68 |