mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-09 20:34:22 +01:00
Bump to 1.1.0
This commit is contained in:
@@ -55,7 +55,7 @@ USAGE:
|
||||
ttyd [options] <command> [<arguments...>]
|
||||
|
||||
VERSION:
|
||||
1.0.0
|
||||
1.1.0
|
||||
|
||||
OPTIONS:
|
||||
--port, -p Port to listen (default: 7681)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user