# HG changeset patch # User amazy # Date 1495534022 -7200 # Node ID 9db9659c627ac59f6df90a95f5cf4c1c58cd359e # Parent dada4dd8f3a31f50a02f11d257cff52a62df766d changed version number to 0.1.0 diff -r dada4dd8f3a3 -r 9db9659c627a CMakeLists.txt --- a/CMakeLists.txt Wed Mar 22 17:01:00 2017 +0000 +++ b/CMakeLists.txt Tue May 23 12:07:02 2017 +0200 @@ -19,7 +19,7 @@ project(OrthancAuthorization) -set(ORTHANC_AUTHORIZATION_VERSION "mainline") +set(ORTHANC_AUTHORIZATION_VERSION "0.1.0") # Parameters of the build set(STATIC_BUILD OFF CACHE BOOL "Static build of the third-party libraries (necessary for Windows)")