diff options
author | Bernd Kuhls <berndkuhls@hotmail.com> | 2014-03-29 22:43:23 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-29 23:17:04 +0100 |
commit | a765c61b62ef4872361ba4bbae0dd815d06f4e5e (patch) | |
tree | cee27f24a0ea692feee76966cf59f8a77067dd93 | |
parent | 76d4f89380e5e12a189ae664caf8b2fce0aee5fc (diff) | |
download | buildroot-a765c61b62ef4872361ba4bbae0dd815d06f4e5e.tar.gz buildroot-a765c61b62ef4872361ba4bbae0dd815d06f4e5e.zip |
xapp_xset: Bump version to 1.2.3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/x11r7/xapp_xset/xapp_xset.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11r7/xapp_xset/xapp_xset.mk b/package/x11r7/xapp_xset/xapp_xset.mk index 9a3758864a..157cd229a7 100644 --- a/package/x11r7/xapp_xset/xapp_xset.mk +++ b/package/x11r7/xapp_xset/xapp_xset.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_XSET_VERSION = 1.2.2 +XAPP_XSET_VERSION = 1.2.3 XAPP_XSET_SOURCE = xset-$(XAPP_XSET_VERSION).tar.bz2 XAPP_XSET_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_XSET_LICENSE = MIT |