]> prime8.dev >> repos - ttyd.git/commitdiff
Bump to 1.2.1
authorShuanglei Tao <tsl0922@gmail.com>
Sun, 27 Nov 2016 01:39:42 +0000 (09:39 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Sun, 27 Nov 2016 01:39:42 +0000 (09:39 +0800)
README.md
openwrt/Makefile
src/server.c

index 7923565fa329088728cea1a324aea2cfd615c538..2af0df9f2c8ec8ae43fdb2d3e909e3c7df7a7a1f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ USAGE:
     ttyd [options] <command> [<arguments...>]
 
 VERSION:
-    1.2.0
+    1.2.1
 
 OPTIONS:
     --port, -p              Port to listen (default: 7681, use `0` for random port)
index 261c669303e973d6f2c5aa738ba4b0481f894359..c7d29e33082e13bd3920010f73048bdadb1dbdb6 100644 (file)
@@ -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
index d40baa4d4839eaa4eceb7999fe72b75821625b89..dd974559e014f63b0032380eb471a711b7108747 100644 (file)
@@ -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;