From f82f00cfcf6ffdec04b7519f627c2bb3c9cacc6d Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Sun, 27 Nov 2016 09:39:42 +0800 Subject: [PATCH] Bump to 1.2.1 --- README.md | 2 +- openwrt/Makefile | 2 +- src/server.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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; -- 2.43.4