usermanual: Update usermanual bitbake references to 1.8.18.
authorRobert P. J. Day <rpjday@crashcourse.ca>
Sun, 29 Nov 2009 05:36:41 +0000 (05:36 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 29 Nov 2009 18:43:12 +0000 (19:43 +0100)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
docs/usermanual/chapters/getting_oe.xml

index c71f32d..d18c955 100644 (file)
@@ -53,13 +53,13 @@ $ <command>cd</command> $OEBASE</screen>
        <section><title>Downloading a <application>BitBake</application> release</title>
          <para>Releases are available from the berlios project website. The current
           release series is <application>BitBake</application> <emphasis>1.8</emphasis>
-          and the current release is <emphasis>1.8.16</emphasis>. To download execute
+          and the current release is <emphasis>1.8.18</emphasis>. To download execute
          the following commands:
                <screen>
 $ <command>cd</command> $OEBASE
-$ <command>wget</command> http://download.berlios.de/bitbake/bitbake-1.8.16.tar.gz
-$ <command>tar</command> -xvzf bitbake-1.8.16.tar.gz
-$ <command>mv</command> bitbake-1.8.16 bitbake
+$ <command>wget</command> http://download.berlios.de/bitbake/bitbake-1.8.18.tar.gz
+$ <command>tar</command> -xvzf bitbake-1.8.18.tar.gz
+$ <command>mv</command> bitbake-1.8.18 bitbake
 </screen>
          </para>