Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Nov 13, 2016
1 parent fdcbd35 commit 16bec0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ USAGE:
ttyd [options] <command> [<arguments...>]
VERSION:
1.1.0
1.2.0
OPTIONS:
--port, -p Port to listen (default: 7681, use `0` for random port)
Expand Down
2 changes: 1 addition & 1 deletion openwrt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ttyd
PKG_VERSION:=1.1.0
PKG_VERSION:=1.2.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
Expand Down
4 changes: 2 additions & 2 deletions src/server.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "server.h"

#define TTYD_VERSION "1.1.0"
#define TTYD_VERSION "1.2.0"

volatile bool force_exit = false;
struct lws_context *context;
Expand Down Expand Up @@ -50,7 +50,7 @@ void print_help() {
"VERSION:\n"
" %s\n\n"
"OPTIONS:\n"
" --port, -p Port to listen (default: 7681)\n"
" --port, -p Port to listen (default: 7681, use `0` for random port)\n"
" --interface, -i Network interface to bind\n"
" --credential, -c Credential for Basic Authentication (format: username:password)\n"
" --uid, -u User id to run with\n"
Expand Down

0 comments on commit 16bec0a

Please sign in to comment.