mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix the naming of -CURRENT
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
b04471d88a
commit
f6a1d618ad
1 changed files with 3 additions and 3 deletions
|
|
@ -6,17 +6,17 @@
|
|||
|
||||
<!-- Version of the OS we're describing. This needs to be updated
|
||||
with each new release. -->
|
||||
<!ENTITY release.current "11.0-CURRENT">
|
||||
<!ENTITY release.current "12.0-CURRENT">
|
||||
|
||||
<!-- The previous version used for comparison in the "What's New"
|
||||
section. For -CURRENT, we might point back to the last
|
||||
branchpoint. -->
|
||||
<!ENTITY release.prev "10.0-RELEASE">
|
||||
<!ENTITY release.prev "11.0-RELEASE">
|
||||
|
||||
<!-- The previous stable release, useful for pointing user's at the
|
||||
release they SHOULD be running if they don't want the bleeding
|
||||
edge. -->
|
||||
<!ENTITY release.prev.stable "9.3-RELEASE">
|
||||
<!ENTITY release.prev.stable "10.3-RELEASE">
|
||||
|
||||
<!-- The next version to be released, usually used for snapshots. -->
|
||||
<!ENTITY release.next "12.0-RELEASE">
|
||||
|
|
|
|||
Loading…
Reference in a new issue