diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-01 17:41:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-01 17:41:23 +0200 |
commit | e28bcf274ed3865b4991c24a8d6903a4ce6d18da (patch) | |
tree | 5ad71a7352c9d65d0dfaf8fc06689e5e6810d4fb | |
parent | 8c7b7d38a0748c1af47193441d2c033521443744 (diff) |
Add comment to bdep-new-generated buildfile
-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 |