diff options
-rw-r--r-- | bdep/new.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx index bd88c5a..5bf2a50 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -917,7 +917,8 @@ namespace bdep << "lib{" << s << "}: " << x << ".export.libs = $int_libs" << endl << endl << "# For pre-releases use the complete version to make sure they cannot be used" << endl - << "# in place of another pre-release or the final version." << endl + << "# in place of another pre-release or the final version. See the version module" << endl + << "# for details on the version.* variable values." << endl << "#" << endl << "if $version.pre_release" << endl << " lib{" << s << "}: bin.lib.version = @\"-$version.project_id\"" << endl |