lua-messagepack: bump version to 0.4.0

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Vicente Olivert Riera
2017-01-09 15:50:56 +00:00
committed by Peter Korsgaard
parent f4a470ecad
commit 06ecfbaf1e
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
#
################################################################################
LUA_MESSAGEPACK_VERSION_UPSTREAM = 0.3.6
LUA_MESSAGEPACK_VERSION_UPSTREAM = 0.4.0
ifeq ($(BR2_PACKAGE_LUA_5_3),y)
LUA_MESSAGEPACK_VERSION = lua53-$(LUA_MESSAGEPACK_VERSION_UPSTREAM)-1
else