changeset 2358:ed050cfd5898 Orthanc-1.3.0

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Jul 2017 13:10:48 +0200
parents 1bafa53f9d02
children f75b425467fa c0082ac62213
files CMakeLists.txt NEWS
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Wed Jul 19 12:44:56 2017 +0200
+++ b/CMakeLists.txt	Wed Jul 19 13:10:48 2017 +0200
@@ -3,7 +3,7 @@
 project(Orthanc)
 
 # Version of the build, should always be "mainline" except in release branches
-set(ORTHANC_VERSION "mainline")
+set(ORTHANC_VERSION "1.3.0")
 
 # Version of the database schema. History:
 #   * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning
--- a/NEWS	Wed Jul 19 12:44:56 2017 +0200
+++ b/NEWS	Wed Jul 19 13:10:48 2017 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.3.0 (2017-07-19)
+==========================
+
 General
 -------