Skip to content

Commit d7ce028

Browse files
authored
Merge pull request #3353 from dlang/revert-version-changes
Revert download and changelog version changes Signed-off-by: Mathias LANG <pro.mathias.lang@gmail.com> Merged-on-behalf-of: Iain Buclaw <ibuclaw@users.noreply.github.com>
2 parents 655069b + 8b701d3 commit d7ce028

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

download.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ $(LI $(LINK2 http://www.digitalmars.com/download/freecompiler.html, Digital Mars
197197
Macros:
198198
TITLE=Downloads
199199

200-
DMDV2=2.100.0
200+
DMDV2=$(LATEST)
201201

202202
BETA=$(COMMENT $0)
203203
_=BETA=$0

index.dd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ $(DIVC intro, $(DIV, $(DIV,
1717
$(DIVC download,
1818
$(DIVC btn-group-vertical,
1919
<a href="download.html" class="btn">Downloads</a>
20-
$(SPANC smallprint, Latest version: 2.100.0
21-
&ndash; $(LINK2 changelog/2.100.0.html, Changelog))
20+
$(SPANC smallprint, Latest version: $(LATEST)
21+
&ndash; $(LINK2 changelog/$(LATEST).html, Changelog))
2222
)
2323
)
2424
)
@@ -720,7 +720,7 @@ Macros:
720720
_=
721721
LAYOUT_PREFIX=
722722
LAYOUT_SUFFIX=
723-
$(SCRIPTLOAD $(ROOT_DIR)js/platform-downloads.js, data-latest="2.100.0")
723+
$(SCRIPTLOAD $(ROOT_DIR)js/platform-downloads.js, data-latest="$(LATEST)")
724724
LAYOUT_TITLE=
725725
TOUR=$(DIVC item, $(SECTION4 $(LINK2 $1, $(TC i, fa fa-$2 big-icon)$3), $4))
726726
TOUR=$(DIVC item, $(SECTION4 $(TC i, fa fa-$1 big-icon)$2, $3))

0 commit comments

Comments
 (0)