diff Sphinx/source/faq/log.rst @ 107:ae10157de307

Orthanc 1.3.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Jul 2017 14:38:01 +0200
parents 83c0a6556e6c
children 9badd112e8ad
line wrap: on
line diff
--- a/Sphinx/source/faq/log.rst	Wed Jul 19 12:49:56 2017 +0200
+++ b/Sphinx/source/faq/log.rst	Wed Jul 19 14:38:01 2017 +0200
@@ -25,7 +25,7 @@
 2. Stop the Orthanc service. The actual process depends on your
    version of Windows.
 
-3. Copy the just-downloaded ``Orthanc-1.2.0-Release.exe`` together
+3. Copy the just-downloaded ``Orthanc-1.3.0-Release.exe`` together
    with your configuration file (that is by default located in
    ``C:\Orthanc\Configuration.json``) into the same folder
    (e.g. ``C:\Temp``).
@@ -33,7 +33,7 @@
 4. Type in a command-line shell, to generate the ``Orthanc.log`` file::
 
    $ cd C:\Temp
-   $ Orthanc-1.2.0-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
+   $ Orthanc-1.3.0-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
 
 5. Restart the Orthanc service.