Mercurial > hg > orthanc-postgresql
changeset 49:1afecafccc28
back to mainline
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Sun, 02 Aug 2015 15:20:23 +0200 |
| parents | 5cb879c4d13d (current diff) 87a061d8cce3 (diff) |
| children | 1bd5a354d702 |
| files | |
| diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Sun Aug 02 13:21:25 2015 +0200 +++ b/CMakeLists.txt Sun Aug 02 15:20:23 2015 +0200 @@ -20,7 +20,7 @@ project(OrthancPostgreSQL) -set(ORTHANC_POSTGRESQL_VERSION "mainline") +set(ORTHANC_POSTGRESQL_VERSION "1.2") # Parameters of the build
--- a/NEWS Sun Aug 02 13:21:25 2015 +0200 +++ b/NEWS Sun Aug 02 15:20:23 2015 +0200 @@ -1,8 +1,12 @@ Pending changes in the mainline =============================== + +Release 1.2 (2015/08/02) +======================== + * Inject version information into Windows binaries -* Option to prevent compiling the unit tests (if no PostgreSQL test server is available) +* CMake flag to prevent compiling the unit tests (if no PostgreSQL test server is available) * Update to Boost 1.58.0 for static and Windows builds * Support of OS X compilation
