From e28bcf274ed3865b4991c24a8d6903a4ce6d18da Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 1 Sep 2018 17:41:23 +0200 Subject: Add comment to bdep-new-generated buildfile --- bdep/new.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.1