Skip to content

Commit

Permalink
clarify that 2.069.0 is still in beta
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Oct 7, 2015
1 parent e6cb4fa commit 4702225
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions changelog/2.069.0.dd
Expand Up @@ -2,7 +2,7 @@ Ddoc

$(CHANGELOG_NAV_LAST 2.068.2)

$(VERSION Oct 18, 2015, =================================================,
$(BETA_VERSION Oct 18, 2015, =================================================,

$(BUGSTITLE Compiler Changes,
$(LI $(RELATIVE_LINK2 objective-c-support, Basic support for Objective-C.))
Expand Down Expand Up @@ -405,4 +405,4 @@ $(CHANGELOG_NAV_LAST 2.068.2)

Macros:
VER=2.069.0
TITLE=Change Log: $(VER)
TITLE=Change Log: $(VER) Beta
13 changes: 11 additions & 2 deletions changelog/changelog.ddoc
Expand Up @@ -12,13 +12,22 @@ SEARCH_OPTIONS_EXTRA=<option value="dlang.org/changelog" selected>Change
Log</option>

VERSION=
<div class="version">
$(DIVC version,
$(P
$(B $(LARGE $(LINK2 http://downloads.dlang.org/releases/2.x/$(VER), Download D $(VER))))$(BR)
$(SMALL released $1, $2)
)
$4
</div>
)

BETA_VERSION=
$(DIVC version,
$(P
$(B $(LARGE $(LINK2 http://downloads.dlang.org/pre-releases/2.x/$(VER), Download D $(VER) Beta)))$(BR)
$(SMALL to be released $1, $2)
)
$4
)

BUGZILLA = <a href="https://issues.dlang.org/show_bug.cgi?id=$0">Bugzilla $0</a>
CPPBUGZILLA = <a href="http://bugzilla.digitalmars.com/issues/show_bug.cgi?id=$0">Bugzilla $0</a>
Expand Down

0 comments on commit 4702225

Please sign in to comment.