changeset 340:57923e1c323d OrthancOdbc-1.0

OrthancOdbc-1.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Aug 2021 13:21:47 +0200
parents d543832987da
children 5afa19dc8562 122cd2d4e734
files Odbc/CMakeLists.txt Odbc/NEWS
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Odbc/CMakeLists.txt	Wed Aug 11 14:21:25 2021 +0200
+++ b/Odbc/CMakeLists.txt	Thu Aug 12 13:21:47 2021 +0200
@@ -20,7 +20,7 @@
 cmake_minimum_required(VERSION 2.8)
 project(OrthancOdbc)
 
-set(ORTHANC_PLUGIN_VERSION "mainline")
+set(ORTHANC_PLUGIN_VERSION "1.0")
 
 set(ORTHANC_OPTIMAL_VERSION_MAJOR    1)
 set(ORTHANC_OPTIMAL_VERSION_MINOR    9)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Odbc/NEWS	Thu Aug 12 13:21:47 2021 +0200
@@ -0,0 +1,8 @@
+Pending changes in the mainline
+===============================
+
+
+Release 1.0 (2021-08-12)
+========================
+
+* Initial release