Skip to content

Commit

Permalink
version -> .version, avoid conflict with C++20 <version>
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill authored and edolstra committed Mar 25, 2019
1 parent 6f03590 commit 0bebca4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let

releaseTools.sourceTarball {
name = "nix-tarball";
version = builtins.readFile ./version;
version = builtins.readFile ./.version;
versionSuffix = if officialRelease then "" else "pre${toString nix.revCount}_${nix.shortRev}";
src = nix;
inherit officialRelease;
Expand Down

0 comments on commit 0bebca4

Please sign in to comment.