File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ Rectangle {
142
142
fontSizeMode: Text .Fit
143
143
height: 24
144
144
145
- text: " Atomify<br>2.1.1 "
145
+ text: " Atomify<br>2.1.2 "
146
146
horizontalAlignment: Text .AlignHCenter
147
147
}
148
148
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ DEFINES += LAMMPS_GZIP
5
5
TARGET = atomify
6
6
7
7
QT += qml quick widgets opengl openglextensions svg charts datavisualization
8
- DEFINES += ATOMIFYVERSION =\ \\"2.1.1 \\\"
8
+ DEFINES += ATOMIFYVERSION =\ \\"2.1.2 \\\"
9
9
unix: !macx {
10
10
QMAKE_CXXFLAGS += -fopenmp
11
11
LIBS += -fopenmp
@@ -35,7 +35,7 @@ defined(DEPLOYPKG, var) {
35
35
36
36
QMAKE_MAC_SDK = macosx10.9
37
37
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.9
38
- DEFINES += BUILDVERSION =\ \\"MACPKG_2.1.1 \\\"
38
+ DEFINES += BUILDVERSION =\ \\"MACPKG \\\"
39
39
BUILDVERSION = true
40
40
}
41
41
You can’t perform that action at this time.
0 commit comments