Skip to content

Commit

Permalink
Update version number in docs to 0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdavis committed May 8, 2018
1 parent 701b738 commit 6a889ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ddoc/custom.ddoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ _=Macros for customizing the output for a particular project
PROJECT_NAME=dxml
_=

PROJECT_VERSION=0.3.1
PROJECT_VERSION=0.3.2
_=

$(COMMENT The link to the root of the source tree so that LINK_TO_SRC can be
used to link to the source code online. e.g. a value of
https://github.com/jmdavis/dxml/blob/master would be used
with $(LINK_TO_SRC dxml/parser.d) to get the link
"https://github.com/jmdavis/dxml/blob/master/dxml/parser.d".)
PROJECT_SRC_ROOT=https://github.com/jmdavis/dxml/blob/v0.3.1/source
PROJECT_SRC_ROOT=https://github.com/jmdavis/dxml/blob/v0.3.2/source
_=

0 comments on commit 6a889ee

Please sign in to comment.