diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2007-08-13 05:40:14 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2007-08-13 05:40:14 +0000 |
commit | 9f19d728fc4679d91b3577dd4023d24a671cb253 (patch) | |
tree | bcefea32dedaddce8247c9ed5f8ecf1df6a77531 | |
parent | 7ab361247fec2bd6388ff701d596ba7be11a0040 (diff) |
Fix -rc2 tag entities6.3-rc2
git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/6.3-rc2/BOOK@8314 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | general.ent | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/general.ent b/general.ent index 998233521..1e0f49c32 100644 --- a/general.ent +++ b/general.ent @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "6.3-20070811"> -<!ENTITY releasedate "August 11, 2007"> +<!ENTITY version "6.3-rc2"> +<!ENTITY releasedate "August 13, 2007"> <!ENTITY milestone "6.3"> -<!ENTITY generic-version "6.3-branch"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> +<!ENTITY generic-version "6.3-rc2"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> <!ENTITY lfs-ticket-root "http://wiki.linuxfromscratch.org/lfs/ticket/"> |