Skip to content

Commit

Permalink
chore: bump version to 4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
keshavbhatt committed May 17, 2023
1 parent 5f10a0f commit c235b8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/linux/com.ktechpit.whatsie.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
</provides>
<content_rating type="oars-1.0" />
<releases>
<release version="4.14" date="2023-05-17" />
<release version="4.9" date="2022-09-14" />
<release version="4.4" date="2022-06-18" />
</releases>
Expand Down
9 changes: 8 additions & 1 deletion src/WhatsApp.pro
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ QT += core gui webengine webenginewidgets positioning

CONFIG += c++17

#CONFIG += sanitizer
#CONFIG += sanitize_address
#CONFIG += sanitize_memory

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

!qtConfig(webengine-spellchecker) {
Expand Down Expand Up @@ -50,7 +54,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.13
VERSION = 4.14
DEFINES += VERSIONSTR=\\\"$${VERSION}\\\"

# You can also make your code fail to compile if you use deprecated APIs.
Expand All @@ -71,6 +75,7 @@ SOURCES += \
rateapp.cpp \
settingswidget.cpp \
sunclock.cpp \
theme.cpp \
utils.cpp \
webenginepage.cpp \
webview.cpp \
Expand All @@ -94,8 +99,10 @@ HEADERS += \
permissiondialog.h \
rateapp.h \
requestinterceptor.h \
settingsmanager.h \
settingswidget.h \
sunclock.hpp \
theme.h \
utils.h \
webenginepage.h \
webview.h \
Expand Down

0 comments on commit c235b8a

Please sign in to comment.