Bump to 1.1.0

This commit is contained in:
Shuanglei Tao
2016-10-13 07:24:39 +08:00
parent 3bc006b81e
commit ec2d581d68
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ USAGE:
ttyd [options] <command> [<arguments...>]
VERSION:
1.0.0
1.1.0
OPTIONS:
--port, -p Port to listen (default: 7681)

View File

@@ -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

View File

@@ -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;