documentation/poky.ent: updated YOCTO_DOCS_RELEASE variable to 1.3

We should not use "latest" any longer for this variable.  The
string is fine in URLs that might appear on a website but the actual
variable should be set to the release number.  This way when we
go to release the version of the docs they do not have to be reset
with a post-release commit to change the variable from "lastest" to
"1.3".

(From yocto-docs rev: f97122847e65c223173fabb793ef1ddb04605e62)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-07-19 08:03:31 -07:00 committed by Richard Purdie
parent 23df8e0a06
commit 950ae12fe5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<!ENTITY DISTRO "1.3">
<!ENTITY DISTRO_NAME "1.2+snapshot">
<!ENTITY YOCTO_DOC_VERSION "latest">
<!ENTITY YOCTO_DOC_VERSION "1.3">
<!ENTITY POKYVERSION "8.0">
<!ENTITY YOCTO_POKY "poky-&DISTRO_NAME;-&POKYVERSION;">
<!ENTITY COPYRIGHT_YEAR "2010-2012">