Skip to content

Commit

Permalink
Updated version to 2.1.2 inside app
Browse files Browse the repository at this point in the history
  • Loading branch information
andeplane committed Sep 1, 2017
1 parent 6122add commit 2b41726
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/qml/desktop/MainDesktop.qml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Rectangle {
fontSizeMode: Text.Fit
height: 24

text: "Atomify<br>2.1.1"
text: "Atomify<br>2.1.2"
horizontalAlignment: Text.AlignHCenter
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
}

Expand Down

0 comments on commit 2b41726

Please sign in to comment.