From ec2d581d682b77558067cea93a4aeb31f59f2ba2 Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Thu, 13 Oct 2016 07:24:39 +0800 Subject: [PATCH] Bump to 1.1.0 --- 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 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; -- 2.43.4