changeset 30:a933c9897af0 OrthancPostgreSQL-1.1

set version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 Jul 2015 11:22:49 +0200
parents 59460ef50cfa
children ff98ac9d06f0
files CMakeLists.txt NEWS
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Jul 03 11:17:45 2015 +0200
+++ b/CMakeLists.txt	Fri Jul 03 11:22:49 2015 +0200
@@ -20,7 +20,7 @@
 
 project(OrthancPostgreSQL)
 
-set(ORTHANC_POSTGRESQL_VERSION "1.0")
+set(ORTHANC_POSTGRESQL_VERSION "1.1")
 
 
 # Parameters of the build
--- a/NEWS	Fri Jul 03 11:17:45 2015 +0200
+++ b/NEWS	Fri Jul 03 11:22:49 2015 +0200
@@ -1,6 +1,11 @@
 Pending changes in the mainline
 ===============================
 
+
+Release 1.1 (2015/07/03)
+========================
+
+* Fixes
 * Support of Visual Studio 2008
 * Support of FreeBSD thanks Mikhail <mp39590@gmail.com>