From: Shuanglei Tao Date: Wed, 12 Oct 2016 23:24:39 +0000 (+0800) Subject: Bump to 1.1.0 X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=ec2d581d682b77558067cea93a4aeb31f59f2ba2;p=ttyd.git Bump to 1.1.0 --- diff --git a/README.md b/README.md index d4e131d..22fc8a9 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ USAGE: ttyd [options] [] VERSION: - 1.0.0 + 1.1.0 OPTIONS: --port, -p Port to listen (default: 7681) diff --git a/openwrt/Makefile b/openwrt/Makefile index 356258a..6f7c237 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ttyd -PKG_VERSION:=1.0.0 +PKG_VERSION:=1.1.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/src/server.c b/src/server.c index 0e4a96f..465d227 100644 --- a/src/server.c +++ b/src/server.c @@ -1,6 +1,6 @@ #include "server.h" -#define TTYD_VERSION "1.0.0" +#define TTYD_VERSION "1.1.0" volatile bool force_exit = false; struct lws_context *context;