Mercurial > hg > orthanc
comparison Resources/CMake/OrthancFrameworkParameters.cmake @ 2835:4993ced69d31
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 20 Sep 2018 14:22:07 +0200 |
parents | afb581263e1d |
children | 251614c2edac |
comparison
equal
deleted
inserted
replaced
2834:d4dc6e49851d | 2835:4993ced69d31 |
---|---|
1 ##################################################################### | 1 ##################################################################### |
2 ## Versioning information | 2 ## Versioning information |
3 ##################################################################### | 3 ##################################################################### |
4 | 4 |
5 # Version of the build, should always be "mainline" except in release branches | 5 # Version of the build, should always be "mainline" except in release branches |
6 set(ORTHANC_VERSION "1.4.2") | 6 set(ORTHANC_VERSION "mainline") |
7 | 7 |
8 # Version of the database schema. History: | 8 # Version of the database schema. History: |
9 # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning | 9 # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning |
10 # * Orthanc 0.3.1 = version 2 | 10 # * Orthanc 0.3.1 = version 2 |
11 # * Orthanc 0.4.0 -> Orthanc 0.7.2 = version 3 | 11 # * Orthanc 0.4.0 -> Orthanc 0.7.2 = version 3 |