From: Shuanglei Tao Date: Sun, 27 Nov 2016 01:39:42 +0000 (+0800) Subject: Bump to 1.2.1 X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=f82f00cfcf6ffdec04b7519f627c2bb3c9cacc6d;p=ttyd.git Bump to 1.2.1 --- diff --git a/README.md b/README.md index 7923565..2af0df9 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ USAGE: ttyd [options] [] VERSION: - 1.2.0 + 1.2.1 OPTIONS: --port, -p Port to listen (default: 7681, use `0` for random port) diff --git a/openwrt/Makefile b/openwrt/Makefile index 261c669..c7d29e3 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ttyd -PKG_VERSION:=1.2.0 +PKG_VERSION:=1.2.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/src/server.c b/src/server.c index d40baa4..dd97455 100644 --- a/src/server.c +++ b/src/server.c @@ -1,6 +1,6 @@ #include "server.h" -#define TTYD_VERSION "1.2.0" +#define TTYD_VERSION "1.2.1" volatile bool force_exit = false; struct lws_context *context;