Deleted Added
sdiff udiff text old ( 260656 ) new ( 271471 )
full compact
1<!-- -*- sgml -*-
2
3 $FreeBSD: stable/10/release/doc/share/xml/release.ent 260656 2014-01-14 23:15:53Z hrs $
4
5 OS Release Information -->
6
7<!-- Version of the OS we're describing. This needs to be updated
8 with each new release. -->
9<!ENTITY release.current "10.0-STABLE">
10
11<!-- The previous version used for comparison in the "What's New"

--- 10 unchanged lines hidden (view full) ---

22<!ENTITY release.next "10.1-RELEASE">
23
24<!-- The name of this branch. -->
25<!ENTITY release.branch "10.0-STABLE">
26
27<!-- The URL for obtaining this version of FreeBSD. -->
28<!ENTITY release.url "http://www.FreeBSD.org/snapshots/">
29
30<!-- The type of release (usually this will be either "snapshot"
31 or "release" -->
32<!-- WARNING: Do not forget to also change the release type in
33 doc.relnotes.mk when updating this -->
34<!ENTITY release.type "snapshot">
35<!ENTITY % release.type.current "INCLUDE">
36<!ENTITY % release.type.snapshot "IGNORE">
37<!ENTITY % release.type.release "IGNORE">

--- 35 unchanged lines hidden ---