Version bump to v4.2.3-1
This commit is contained in:
parent
91585c4059
commit
8ebebbb399
4 changed files with 12 additions and 5 deletions
|
@ -15,7 +15,7 @@ TARGET = harbour-batterybuddy
|
||||||
CONFIG += console sailfishapp sailfishapp_i18n dbus
|
CONFIG += console sailfishapp sailfishapp_i18n dbus
|
||||||
|
|
||||||
# Keep this in sync with service.pro and .spec
|
# Keep this in sync with service.pro and .spec
|
||||||
VERSION = 4.2.2-1
|
VERSION = 4.2.3-1
|
||||||
|
|
||||||
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
||||||
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
* Sat Mar 4 2023 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.2.3-1
|
||||||
|
- Add Slovak translation (thanks, okruhliak)
|
||||||
|
- Update Swedish translation (thanks, eson57)
|
||||||
|
- Add Support for AC Charger detection (thanks, nephros)
|
||||||
|
- Be more efficient with handling file paths in constructors
|
||||||
|
- Fix package dependencies
|
||||||
|
|
||||||
* Sun Jan 1 2023 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.2.2-1
|
* Sun Jan 1 2023 Matti Viljanen (direc85) <matti.viljanen@kapsi.fi> 4.2.2-1
|
||||||
- Restart the permission service on update
|
- Restart the permission service on update
|
||||||
|
|
||||||
|
|
|
@ -8,10 +8,10 @@ Name: harbour-batterybuddy
|
||||||
%{!?qtc_make:%define qtc_make make}
|
%{!?qtc_make:%define qtc_make make}
|
||||||
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
||||||
|
|
||||||
# Change the version and release strings in .pro file only!
|
# Keep this in sync with .pro files
|
||||||
|
|
||||||
Summary: Battery Buddy
|
Summary: Battery Buddy
|
||||||
Version: 4.2.2
|
Version: 4.2.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
|
|
|
@ -5,7 +5,7 @@ QT = core dbus
|
||||||
PKGCONFIG += nemonotifications-qt5
|
PKGCONFIG += nemonotifications-qt5
|
||||||
|
|
||||||
# Keep this in sync with application.pro and .spec
|
# Keep this in sync with application.pro and .spec
|
||||||
VERSION = 4.2.2-1
|
VERSION = 4.2.3-1
|
||||||
|
|
||||||
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
DEFINES += APP_VERSION=\"\\\"$$VERSION\\\"\"
|
||||||
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
DEFINES += APP_NAME=\"\\\"$$TARGET\\\"\"
|
||||||
|
|
Loading…
Reference in a new issue