diff --git a/en_US.ISO8859-1/articles/version-guide/article.sgml b/en_US.ISO8859-1/articles/version-guide/article.sgml
index e597b9ec5b..2b2123b384 100644
--- a/en_US.ISO8859-1/articles/version-guide/article.sgml
+++ b/en_US.ISO8859-1/articles/version-guide/article.sgml
@@ -84,7 +84,7 @@
is merely a snapshot of the source tree at a particular point in
time which is given a particular name (or tag).
(For instance, the tag that Release Engineering assigned for the
- 5.4 release was RELENG_5_4_RELEASE.) Development
+ 5.4 release was RELENG_5_4_0_RELEASE.) Development
always continues on what is known as the HEAD
tag.
@@ -94,7 +94,7 @@
At the time of each release, a branch
is created, such as RELENG_5_4. Although
- the source files named by RELENG_5_4_RELEASE
+ the source files named by RELENG_5_4_0_RELEASE
will never change, those on RELENG_5_4 can,
by the adoption of changes from HEAD such
as fixes for security and other bugs.