diff Sphinx/source/faq/log.rst @ 156:80b39dfa1e3c

Orthanc 1.4.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Jul 2018 16:20:59 +0200
parents 0691978ee3d9
children 07dc35042826
line wrap: on
line diff
--- a/Sphinx/source/faq/log.rst	Thu Jul 12 20:32:34 2018 +0200
+++ b/Sphinx/source/faq/log.rst	Fri Jul 13 16:20:59 2018 +0200
@@ -49,7 +49,7 @@
 2. Stop the Orthanc service. The actual process depends on your
    version of Windows.
 
-3. Copy the just-downloaded ``Orthanc-1.3.2-Release.exe`` together
+3. Copy the just-downloaded ``Orthanc-1.4.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``).
@@ -57,7 +57,7 @@
 4. Type in a command-line shell, to generate the ``Orthanc.log`` file::
 
    $ cd C:\Temp
-   $ Orthanc-1.3.2-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
+   $ Orthanc-1.4.0-Release.exe --verbose Configuration.json > Orthanc.log 2<&1
 
 5. Restart the Orthanc service.