We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103a368 commit 63440d9Copy full SHA for 63440d9
snap/snapcraft.yaml
@@ -54,6 +54,7 @@ apps:
54
- hardware-observe # to assist geoclue & qtpositioning
55
- network-observe # to assist geoclue & qtpositioning
56
- network-bind # to assist geoclue & qtpositioning
57
+ - mount-observe
58
59
plugs:
60
gsettings:
src/WhatsApp.pro
@@ -50,7 +50,7 @@ BUILD_TIMESTAMP="\\\"$$system(date -u +\""%Y-%m-%dT%H:%M:%SUTC\"")\\\""
50
DEFINES += GIT_HASH=$$GIT_HASH GIT_BRANCH=$$GIT_BRANCH BUILD_TIMESTAMP=$$BUILD_TIMESTAMP
51
52
# Set program version
53
-VERSION = 4.10
+VERSION = 4.11
DEFINES += VERSIONSTR=\\\"$${VERSION}\\\"
# You can also make your code fail to compile if you use deprecated APIs.
0 commit comments