]> prime8.dev >> repos - ttyd.git/commitdiff
Bump to 1.2.2
authorShuanglei Tao <tsl0922@gmail.com>
Sun, 25 Dec 2016 16:33:54 +0000 (00:33 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Sun, 25 Dec 2016 16:33:54 +0000 (00:33 +0800)
README.md
msys2/ttyd/PKGBUILD
openwrt/Makefile
src/server.c

index d0c79cf21345042fb881c2006afadd285fef882d..7a657204625d442030acfc02fb63fa6864119ab6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ USAGE:
     ttyd [options] <command> [<arguments...>]
 
 VERSION:
-    1.2.1
+    1.2.2
 
 OPTIONS:
     --port, -p              Port to listen (default: 7681, use `0` for random port)
index 143900cc8ae5246f9aa33a3b39039e8db77c7c4f..645eef478360b810dbc8dea0c24beaebd8b953ee 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer: Shuanglei Tao <tsl0922@gmail.com>
 
 pkgname="ttyd"
-pkgver=master
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="A command-line tool for sharing terminal over the web"
 arch=('any')
index c7d29e33082e13bd3920010f73048bdadb1dbdb6..d91a05902beb67fadb4807619d0f7fe330f171f6 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ttyd
-PKG_VERSION:=1.2.1
+PKG_VERSION:=1.2.2
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
index 088f536a15de045e3df3c417b034fe14e3ad30ad..68f9eacbcb1f4de43ce6852913f5c7b61297c28a 100644 (file)
@@ -1,6 +1,6 @@
 #include "server.h"
 
-#define TTYD_VERSION "1.2.1"
+#define TTYD_VERSION "1.2.2"
 
 volatile bool force_exit = false;
 struct lws_context *context;