]> prime8.dev >> repos - ttyd.git/commitdiff
Bump to 1.1.0
authorShuanglei Tao <tsl0922@gmail.com>
Wed, 12 Oct 2016 23:24:39 +0000 (07:24 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Wed, 12 Oct 2016 23:35:18 +0000 (07:35 +0800)
README.md
openwrt/Makefile
src/server.c

index d4e131df64d1a110bfe79010766138569b479102..22fc8a9887cca46e8014bfc212c1ceb191e8aa8c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ USAGE:
     ttyd [options] <command> [<arguments...>]
 
 VERSION:
-    1.0.0
+    1.1.0
 
 OPTIONS:
     --port, -p              Port to listen (default: 7681)
index 356258ad7721be8986558fa37a8cd3015353a5fc..6f7c2375093510044ba94677162fb626af8af0f2 100644 (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
index 0e4a96f2d59c1090e59faf36cc46172187275185..465d22767cdffe2e1f28afbba5b03ffb64fe9a22 100644 (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;