Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svetter committed Sep 22, 2024
1 parent be6506e commit 7bf499c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PAL.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@



VERSION = 1.7.0
VERSION = 1.8.0

DEFINES += APP_VERSION=\\\"$$VERSION\\\"

Expand All @@ -27,7 +27,7 @@ QT += svg svgwidgets
QT += charts
QT += network

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # Disables all the APIs deprecated before Qt 6.0.0

CONFIG += c++17
CONFIG += lrelease embed_translations
Expand Down

0 comments on commit 7bf499c

Please sign in to comment.