Skip to content

Commit

Permalink
Update version identifier in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdavis committed Feb 13, 2018
1 parent 05bf9f7 commit b1566a3
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.2.2
PROJECT_VERSION=0.2.3
_=

$(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/range.d) to get the link
"https://github.com/jmdavis/dxml/blob/master/dxml/parser/range.d".)
PROJECT_SRC_ROOT=https://github.com/jmdavis/dxml/blob/v0.2.2/source
PROJECT_SRC_ROOT=https://github.com/jmdavis/dxml/blob/v0.2.3/source
_=

0 comments on commit b1566a3

Please sign in to comment.