comparison Applications/StoneWebViewer/Version.cmake @ 1852:5ead1852095a StoneWebViewer-2.1

StoneWebViewer-2.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Jun 2021 16:26:47 +0200
parents 6f82cd776cf6
children cbb5c4a66160
comparison
equal deleted inserted replaced
1851:739a69562826 1852:5ead1852095a
15 # 15 #
16 # You should have received a copy of the GNU Affero General Public License 16 # You should have received a copy of the GNU Affero General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 18
19 19
20 set(STONE_WEB_VIEWER_VERSION "mainline") 20 set(STONE_WEB_VIEWER_VERSION "2.1")
21 21
22 if (STONE_WEB_VIEWER_VERSION STREQUAL "mainline") 22 if (STONE_WEB_VIEWER_VERSION STREQUAL "mainline")
23 set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") 23 set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
24 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") 24 set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg")
25 else() 25 else()