diff Sphinx/source/faq/log.rst @ 122:9badd112e8ad

Orthanc 1.3.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 30 Nov 2017 10:39:09 +0100
parents ae10157de307
children cd0be128127d
line wrap: on
line diff
--- a/Sphinx/source/faq/log.rst	Tue Nov 07 16:15:33 2017 +0100
+++ b/Sphinx/source/faq/log.rst	Thu Nov 30 10:39:09 2017 +0100
@@ -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.3.0-Release.exe`` together
+3. Copy the just-downloaded ``Orthanc-1.3.1-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.3.0-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
+   $ Orthanc-1.3.1-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
 
 5. Restart the Orthanc service.