Skip to content

Commit

Permalink
build: bump version to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetf committed Oct 9, 2018
1 parent a5a9ea0 commit 5b27124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)

project(libtsm
LANGUAGES C
VERSION 4.0.0
VERSION 4.0.1
)

# Some meta data
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TSM - Terminal Emulator State Machine

[![Build Status](https://travis-ci.com/Aetf/libtsm.svg?branch=develop)](https://travis-ci.com/Aetf/libtsm)
[![Build Status](https://travis-ci.com/Aetf/libtsm.svg?branch=master)](https://travis-ci.com/Aetf/libtsm)

TSM is a state machine for DEC VT100-VT520 compatible terminal emulators. It
tries to support all common standards while keeping compatibility to existing
Expand Down

0 comments on commit 5b27124

Please sign in to comment.