]> prime8.dev >> repos - ttyd.git/commitdiff
Bump to 1.3.0
authorShuanglei Tao <tsl0922@gmail.com>
Sat, 11 Feb 2017 00:26:01 +0000 (08:26 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Sat, 11 Feb 2017 00:26:01 +0000 (08:26 +0800)
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
README.md
msys2/ttyd/PKGBUILD
openwrt/Makefile
src/server.c

index 368f2b80ceebb8b5ee2ce5e3dd393127c1b8e4ec..e08d8b4ae54a629fa32c9afeef496ecef59c9e6d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ USAGE:
     ttyd [options] <command> [<arguments...>]
 
 VERSION:
-    1.2.2
+    1.3.0
 
 OPTIONS:
     --port, -p              Port to listen (default: 7681, use `0` for random port)
index 60dd2bd4c83f2831b764af029169554bbea66fae..3e587f7a92e034222372f4165301e6cf602d6f8d 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer: Shuanglei Tao <tsl0922@gmail.com>
 
 pkgname="ttyd"
-pkgver=1.2.2
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="A command-line tool for sharing terminal over the web"
 arch=('i686' 'x86_64')
index d91a05902beb67fadb4807619d0f7fe330f171f6..f20340234cacb50385211e4e9bf874b4a5421c44 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ttyd
-PKG_VERSION:=1.2.2
+PKG_VERSION:=1.3.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
index 45ffa511f7ebe5674c8d2eca513e919392103cad..b068ff453e7a231b2035eba76122ad921346afea 100644 (file)
@@ -1,6 +1,6 @@
 #include "server.h"
 
-#define TTYD_VERSION "1.2.2"
+#define TTYD_VERSION "1.3.0"
 
 volatile bool force_exit = false;
 struct lws_context *context;