Skip to content

Commit 2b41726

Browse files
committed
Updated version to 2.1.2 inside app
1 parent 6122add commit 2b41726

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/qml/desktop/MainDesktop.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Rectangle {
142142
fontSizeMode: Text.Fit
143143
height: 24
144144

145-
text: "Atomify<br>2.1.1"
145+
text: "Atomify<br>2.1.2"
146146
horizontalAlignment: Text.AlignHCenter
147147
}
148148
}

src/src.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DEFINES += LAMMPS_GZIP
55
TARGET = atomify
66

77
QT += qml quick widgets opengl openglextensions svg charts datavisualization
8-
DEFINES += ATOMIFYVERSION=\\\"2.1.1\\\"
8+
DEFINES += ATOMIFYVERSION=\\\"2.1.2\\\"
99
unix:!macx {
1010
QMAKE_CXXFLAGS += -fopenmp
1111
LIBS += -fopenmp
@@ -35,7 +35,7 @@ defined(DEPLOYPKG, var) {
3535

3636
QMAKE_MAC_SDK = macosx10.9
3737
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9
38-
DEFINES += BUILDVERSION=\\\"MACPKG_2.1.1\\\"
38+
DEFINES += BUILDVERSION=\\\"MACPKG\\\"
3939
BUILDVERSION = true
4040
}
4141

0 commit comments

Comments
 (0)