diff options
Diffstat (limited to '')
-rw-r--r-- | snap/snapcraft.yaml | 1 | ||||
-rw-r--r-- | src/WhatsApp.pro | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 67c1d1a..0e0f1b5 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -54,6 +54,7 @@ apps: - hardware-observe # to assist geoclue & qtpositioning - network-observe # to assist geoclue & qtpositioning - network-bind # to assist geoclue & qtpositioning + - mount-observe plugs: gsettings: diff --git a/src/WhatsApp.pro b/src/WhatsApp.pro index 3dc1f41..86d04de 100644 --- a/src/WhatsApp.pro +++ b/src/WhatsApp.pro @@ -50,7 +50,7 @@ BUILD_TIMESTAMP="\\\"$$system(date -u +\""%Y-%m-%dT%H:%M:%SUTC\"")\\\"" DEFINES += GIT_HASH=$$GIT_HASH GIT_BRANCH=$$GIT_BRANCH BUILD_TIMESTAMP=$$BUILD_TIMESTAMP # Set program version -VERSION = 4.10 +VERSION = 4.11 DEFINES += VERSIONSTR=\\\"$${VERSION}\\\" # You can also make your code fail to compile if you use deprecated APIs. |