bump verison

This commit is contained in:
mrbesen 2023-09-02 16:29:37 +02:00
parent d316c2d24a
commit 90c328aa4b
Signed by: MrBesen
GPG Key ID: 596B2350DCD67504
2 changed files with 12 additions and 1 deletions

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
lolautoaccept (0.0.8) focal; urgency=medium
* add Rune Tab to manage runes
* add RuneEditor to edit runes
* add Loading window
* fix Bug that caused to many processes to be inspected for Lol-Client informations
* add --access flag for debugging and testing
* add Dodge Button
-- MrBesen <> Sat, 02 Sep 2023 16:28:31 +0200
lolautoaccept (0.0.7) unstable; urgency=medium
* add tab icons

View File

@ -26,7 +26,7 @@ DEFINES += LOG_ENABLEQT=1
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
DEFINES += LOLAA_VERSION=\\\"0.0.7\\\"
DEFINES += LOLAA_VERSION=\\\"0.0.8\\\"
QMAKE_CXXFLAGS += -Wall -Wpedantic -Wextra