diff options
author | Bernd Kuhls <berndkuhls@hotmail.com> | 2014-03-29 22:43:42 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-29 23:19:25 +0100 |
commit | e274254ea7a7b711adf8a0be80222238fbafcc32 (patch) | |
tree | 8ca26b160511683478ec8833b35f785055817b63 | |
parent | 39937c6687dfbfd4db54f53529845e2b5bd999cf (diff) | |
download | buildroot-e274254ea7a7b711adf8a0be80222238fbafcc32.tar.gz buildroot-e274254ea7a7b711adf8a0be80222238fbafcc32.zip |
xapp_xsm: Bump version to 1.0.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_xsm/xapp_xsm.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11r7/xapp_xsm/xapp_xsm.mk b/package/x11r7/xapp_xsm/xapp_xsm.mk index 9229bbe89d..d4d240774e 100644 --- a/package/x11r7/xapp_xsm/xapp_xsm.mk +++ b/package/x11r7/xapp_xsm/xapp_xsm.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_XSM_VERSION = 1.0.2 +XAPP_XSM_VERSION = 1.0.3 XAPP_XSM_SOURCE = xsm-$(XAPP_XSM_VERSION).tar.bz2 XAPP_XSM_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_XSM_LICENSE = MIT |