mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update FreeBSD version entities to reflect head/ is 11.0-CURRENT.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
63e62d390d
commit
34a5ebdef1
1 changed files with 5 additions and 5 deletions
|
|
@ -6,23 +6,23 @@
|
|||
|
||||
<!-- Version of the OS we're describing. This needs to be updated
|
||||
with each new release. -->
|
||||
<!ENTITY release.current "10.0-CURRENT">
|
||||
<!ENTITY release.current "11.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 "9.0-RELEASE">
|
||||
<!ENTITY release.prev "10.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 "8.3-RELEASE">
|
||||
<!ENTITY release.prev.stable "9.2-RELEASE">
|
||||
|
||||
<!-- The next version to be released, usually used for snapshots. -->
|
||||
<!ENTITY release.next "9.1-RELEASE">
|
||||
<!ENTITY release.next "11.0-RELEASE">
|
||||
|
||||
<!-- The name of this branch. -->
|
||||
<!ENTITY release.branch "10-CURRENT">
|
||||
<!ENTITY release.branch "11-CURRENT">
|
||||
|
||||
<!-- The URL for obtaining this version of FreeBSD. -->
|
||||
<!ENTITY release.url "http://www.FreeBSD.org/snapshots/">
|
||||
|
|
|
|||
Loading…
Reference in a new issue