changeset 1483:fae9b455f11e

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 02 Aug 2015 15:57:29 +0200
parents f176ec4467e6 (current diff) 0bde293d7ba0 (diff)
children b64f48e19ab9
files
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Sun Aug 02 12:23:09 2015 +0200
+++ b/CMakeLists.txt	Sun Aug 02 15:57:29 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.2")
 
 # Version of the database schema. History:
 #   * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning
--- a/NEWS	Sun Aug 02 12:23:09 2015 +0200
+++ b/NEWS	Sun Aug 02 15:57:29 2015 +0200
@@ -1,6 +1,10 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 0.9.2 (2015/08/02)
+==========================
+
 * Update to Boost 1.58.0 for static and Windows builds
 * Source code repository moved from Google Code to BitBucket
 * Inject version information into Windows binaries