changeset 1461:d659b6a4e736 Orthanc-0.9.1

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 02 Jul 2015 16:50:33 +0200
parents 6495d08e7985
children 36143590479d e76e9fbbdaff
files CMakeLists.txt NEWS
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Thu Jul 02 16:42:53 2015 +0200
+++ b/CMakeLists.txt	Thu Jul 02 16:50:33 2015 +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 "0.9.1")
 
 # Version of the database schema. History:
 #   * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning
--- a/NEWS	Thu Jul 02 16:42:53 2015 +0200
+++ b/NEWS	Thu Jul 02 16:50:33 2015 +0200
@@ -2,6 +2,10 @@
 ===============================
 
 
+
+Version 0.9.1 (2015/07/02)
+==========================
+
 General
 -------