Little doc clarification.
1 parent 53f0a89 commit 169262c6f50863069b5eca423d9ee2a0eea44596
@Sönke Ludwig Sönke Ludwig authored on 21 Jan 2014
Showing 1 changed file
View
2
■■■
source/dub/dependency.d
import std.typecons;
static import std.compiler;
 
/**
A version in the format "major.update.bugfix-pre-release+build-metadata" or
A version in the format "major.update.bugfix-prerelease+buildmetadata" or
"~master", to identify trunk, or "~branch_name" to identify a branch. Both
Version types starting with "~" refer to the head revision of the
corresponding branch.