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 ea4056d commit a1af1bdCopy full SHA for a1af1bd
snap/snapcraft.yaml
@@ -1,5 +1,5 @@
1
name: whatsie
2
-version: '4.0'
+version: '4.1'
3
summary: Qt Based WhatsApp Client
4
description: |
5
Fast Light weight WhatsApp Client based on Qt's WebEngine, With lots of settings and packed goodies.
src/WhatsApp.pro
@@ -42,7 +42,7 @@ BUILD_TIMESTAMP="\\\"$$system(date -u +\""%Y-%m-%dT%H:%M:%SUTC\"")\\\""
42
DEFINES += GIT_HASH=$$GIT_HASH GIT_BRANCH=$$GIT_BRANCH BUILD_TIMESTAMP=$$BUILD_TIMESTAMP
43
44
# Set program version
45
-VERSION = 4.0
+VERSION = 4.1
46
DEFINES += VERSIONSTR=\\\"$${VERSION}\\\"
47
48
# You can also make your code fail to compile if you use deprecated APIs.
0 commit comments