Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a646dfc

Browse files
committed
Set version
1 parent 95bd5da commit a646dfc

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

doc/manual/src/SUMMARY.md.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
- [Hacking](contributing/hacking.md)
7272
- [CLI guideline](contributing/cli-guideline.md)
7373
- [Release Notes](release-notes/release-notes.md)
74-
- [Release X.Y (202?-??-??)](release-notes/rl-next.md)
7574
- [Release 2.5 (2021-12-13)](release-notes/rl-2.5.md)
7675
- [Release 2.4 (2021-11-01)](release-notes/rl-2.4.md)
7776
- [Release 2.3 (2019-09-04)](release-notes/rl-2.3.md)

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
then ""
1515
else "pre${builtins.substring 0 8 (self.lastModifiedDate or self.lastModified or "19700101")}_${self.shortRev or "dirty"}";
1616

17-
officialRelease = false;
17+
officialRelease = true;
1818

1919
linux64BitSystems = [ "x86_64-linux" "aarch64-linux" ];
2020
linuxSystems = linux64BitSystems ++ [ "i686-linux" ];

0 commit comments

Comments
 (0)