Skip to content

Commit

Permalink
Merge pull request #1195 from MartinNowak/update_stable_dmd
Browse files Browse the repository at this point in the history
update dmd and dub used for dpl-docs
  • Loading branch information
dnadlinger committed Jan 14, 2016
2 parents 3423500 + 2ee1bb1 commit 94c3237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posix.mak
Expand Up @@ -25,8 +25,8 @@ REMOTE_DIR=d-programming@digitalmars.com:data
GENERATED=.generated

# stable dub and dmd versions used to build dpl-docs
DUB_VER=0.9.23
STABLE_DMD_VER=2.067.1
DUB_VER=0.9.24
STABLE_DMD_VER=2.069.2
STABLE_DMD_ROOT=/tmp/.stable_dmd-$(STABLE_DMD_VER)
STABLE_DMD_URL=http://downloads.dlang.org/releases/2.x/$(STABLE_DMD_VER)/dmd.$(STABLE_DMD_VER).$(OS).zip
STABLE_DMD=$(STABLE_DMD_ROOT)/dmd2/$(OS)/$(if $(filter $(OS),osx),bin,bin$(MODEL))/dmd
Expand Down

0 comments on commit 94c3237

Please sign in to comment.