Skip to content

Commit adafffa

Browse files
authored
Merge pull request #2503 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2 parents 224da41 + 86b127f commit adafffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posix.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ PHOBOS_LATEST_DIR=$G/phobos-${LATEST}
181181

182182
# stable dub and dmd versions used to build dpl-docs
183183
STABLE_DMD_VER=2.083.0
184-
STABLE_DMD_VER_SUFFIX=-beta.2
185-
STABLE_DMD_VER_PREFIX=pre-
184+
STABLE_DMD_VER_SUFFIX=
185+
STABLE_DMD_VER_PREFIX=
186186
STABLE_DMD_ROOT=$(GENERATED)/stable_dmd-$(STABLE_DMD_VER)$(STABLE_DMD_VER_SUFFIX)
187187
STABLE_DMD_URL=http://downloads.dlang.org/$(STABLE_DMD_VER_PREFIX)releases/2.x/$(STABLE_DMD_VER)/dmd.$(STABLE_DMD_VER)$(STABLE_DMD_VER_SUFFIX).$(OS).zip
188188
STABLE_DMD_BIN_ROOT=$(STABLE_DMD_ROOT)/dmd2/$(OS)/$(if $(filter $(OS),osx),bin,bin$(MODEL))

0 commit comments

Comments
 (0)