diff options
author | Karl Palsson <karlp@etactica.com> | 2016-03-07 16:39:51 +0000 |
---|---|---|
committer | Karl Palsson <karlp@etactica.com> | 2016-03-08 15:10:03 +0000 |
commit | 709a1337be128d6798a04695a9bed466646974e1 (patch) | |
tree | ff24551b23f8dddfb570506d0aa4278da997b448 /libs/libwebsockets | |
parent | 53eab9a471dfbbbe3757c7479c03f150899adcfa (diff) |
libwebsockets: Bump version to 1.7.3
Latest "stable" release from 1.7.x branch.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to 'libs/libwebsockets')
-rw-r--r-- | libs/libwebsockets/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libwebsockets/Makefile b/libs/libwebsockets/Makefile index 71acda361..ca377d3fa 100644 --- a/libs/libwebsockets/Makefile +++ b/libs/libwebsockets/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libwebsockets -PKG_VERSION:=1.6.2 +PKG_VERSION:=1.7.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |