diff options
author | 2022-05-10 10:18:15 +0530 | |
---|---|---|
committer | 2022-05-10 10:18:15 +0530 | |
commit | 1f4816a20305c5c8e12fc3187267e22726adfca5 (patch) | |
tree | 9b04aa7da617c34f6bc4d34e747f73a49b2928be | |
parent | 81faa022735b155ac0773e1cc849474a0719c523 (diff) | |
download | whatsie-1f4816a20305c5c8e12fc3187267e22726adfca5.tar.gz whatsie-1f4816a20305c5c8e12fc3187267e22726adfca5.zip |
chore: version 4.24.2
-rw-r--r-- | snap/snapcraft.yaml | 2 | ||||
-rw-r--r-- | src/WhatsApp.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index aee4050..b1e1922 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: whatsie -version: '4.1' +version: '4.2' summary: Qt Based WhatsApp Client description: | Fast Light weight WhatsApp Client based on Qt's WebEngine, With lots of settings and packed goodies. diff --git a/src/WhatsApp.pro b/src/WhatsApp.pro index 2fce6ea..e17a3e4 100644 --- a/src/WhatsApp.pro +++ b/src/WhatsApp.pro @@ -45,7 +45,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.1 +VERSION = 4.2 DEFINES += VERSIONSTR=\\\"$${VERSION}\\\" # You can also make your code fail to compile if you use deprecated APIs. |