From 2b41726f6fd9848cabfbc57237535dc26b0d1f98 Mon Sep 17 00:00:00 2001 From: Anders Hafreager Date: Fri, 1 Sep 2017 16:04:58 +0200 Subject: [PATCH] Updated version to 2.1.2 inside app --- src/qml/desktop/MainDesktop.qml | 2 +- src/src.pro | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/qml/desktop/MainDesktop.qml b/src/qml/desktop/MainDesktop.qml index 594299ec..475a332c 100644 --- a/src/qml/desktop/MainDesktop.qml +++ b/src/qml/desktop/MainDesktop.qml @@ -142,7 +142,7 @@ Rectangle { fontSizeMode: Text.Fit height: 24 - text: "Atomify
2.1.1" + text: "Atomify
2.1.2" horizontalAlignment: Text.AlignHCenter } } diff --git a/src/src.pro b/src/src.pro index 3dc1c11c..de3ac457 100644 --- a/src/src.pro +++ b/src/src.pro @@ -5,7 +5,7 @@ DEFINES += LAMMPS_GZIP TARGET = atomify QT += qml quick widgets opengl openglextensions svg charts datavisualization -DEFINES += ATOMIFYVERSION=\\\"2.1.1\\\" +DEFINES += ATOMIFYVERSION=\\\"2.1.2\\\" unix:!macx { QMAKE_CXXFLAGS += -fopenmp LIBS += -fopenmp @@ -35,7 +35,7 @@ defined(DEPLOYPKG, var) { QMAKE_MAC_SDK = macosx10.9 QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9 - DEFINES += BUILDVERSION=\\\"MACPKG_2.1.1\\\" + DEFINES += BUILDVERSION=\\\"MACPKG\\\" BUILDVERSION = true }