Author: laukpe
Date: Tue Nov 25 18:21:56 2008
New Revision: 1125

Modified:
   trunk/doc/userguide/src/ExecutingTestCases/BasicUsage.txt
   trunk/doc/userguide/src/GettingStarted/Installation.txt

Log:
fix version outputs after changes

Modified: trunk/doc/userguide/src/ExecutingTestCases/BasicUsage.txt
==============================================================================
--- trunk/doc/userguide/src/ExecutingTestCases/BasicUsage.txt   (original)
+++ trunk/doc/userguide/src/ExecutingTestCases/BasicUsage.txt Tue Nov 25 18:21:56 2008
@@ -286,13 +286,13 @@
 or Jython version and the platform type::

    $ pybot --version
-   Robot 2.0 (Python 2.5.1 on cygwin)
+   Robot Framework 2.0.3 (Python 2.5.1 on cygwin)

    C:\>jybot --version
-   Robot 2.0 (Jython 2.2 on java1.6.0_03)
+   Robot Framework 2.0.3 (Jython 2.2 on java1.5.0_16)

    C:\>rebot --version
-   Rebot 2.0 (Python 2.5.2 on win32)
+   Rebot 2.0.3 (Python 2.5.2 on win32)


 Handling complicated characters

Modified: trunk/doc/userguide/src/GettingStarted/Installation.txt
==============================================================================
--- trunk/doc/userguide/src/GettingStarted/Installation.txt     (original)
+++ trunk/doc/userguide/src/GettingStarted/Installation.txt Tue Nov 25 18:21:56 2008
@@ -145,8 +145,7 @@
 With both of these commands you get a rather long output, and
 something like the following text should appear at the end::

-   Creating Robot start-up scripts...
-
+   Creating Robot Framework start-up scripts...
    Installation directory: /usr/lib/python2.5/site-packages/robot
    Python executable: /usr/bin/python
Jython executable: /cygdrive/c/jython2.2b2/jython.bat (found from system)
@@ -259,12 +258,12 @@
 type::

    $ pybot --version
-   Robot 2.0.1 (Python 2.5.1 on cygwin)
+   Robot Framework 2.0.3 (Python 2.5.1 on darwin)

 To verify that Robot Framework works also with Jython, type::

    $ jybot --version
-   Robot 2.0.1 (Jython 2.2 on java1.6.0_03)
+   Robot Framework 2.0.3 (Jython 2.2 on java1.6.0_03)

 In both cases, the exact version and platform information can, of course,
 differ from these. On Jython, you may also get some notifications from

Reply via email to