wmbattery: bump version to 2.53.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
This commit is contained in:
Jeremy Sowden 2019-10-28 22:06:40 +00:00 committed by Carlos R. Mafra
parent 2ac2f67351
commit 8b920811e7
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
wmbattery (2.53)
* Add --enable-hal and --enable-upower options. By default hal is disabled
and upower is enabled.
* Use lower-case prefixes for PKG_CHECK_MODULES checks.
wmbattery (2.52)
* Add .gitignore.
* Use PKG_CHECK_MODULES for X libraries and headers.

View file

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(wmbattery.c, 2.52)
AC_INIT(wmbattery.c, 2.53)
AC_CONFIG_HEADER(config.h)
AC_CONFIG_AUX_DIR(autoconf)