diff options
author | 2022-05-07 20:05:53 +0530 | |
---|---|---|
committer | 2022-05-07 20:05:53 +0530 | |
commit | a1af1bde8103cb899a62f36cb4dd18aee1e0de7c (patch) | |
tree | cf2973e3d19e18dd474b397fc2345fdb6c385243 | |
parent | ea4056dcd12b6fc576cdd2b4aba8626c9785df7d (diff) | |
download | whatsie-a1af1bde8103cb899a62f36cb4dd18aee1e0de7c.tar.gz whatsie-a1af1bde8103cb899a62f36cb4dd18aee1e0de7c.zip |
chore: bump version 4.1
-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 18ce536..aee4050 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: whatsie -version: '4.0' +version: '4.1' 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 9bff312..a6aca88 100644 --- a/src/WhatsApp.pro +++ b/src/WhatsApp.pro @@ -42,7 +42,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.0 +VERSION = 4.1 DEFINES += VERSIONSTR=\\\"$${VERSION}\\\" # You can also make your code fail to compile if you use deprecated APIs. |