Skip to content

Commit

Permalink
v0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jan 1, 2020
1 parent 44da49d commit f2df310
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13)
project(notcurses VERSION 0.9.3
project(notcurses VERSION 0.9.9
DESCRIPTION "UI for modern terminal emulators"
HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses"
LANGUAGES C CXX)
Expand Down
5 changes: 3 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
notcurses (1.0.0-1) UNRELEASED; urgency=medium
notcurses (0.9.9-1) unstable; urgency=medium

* Build-depends on ruby-ronn
* Drop depends on libgtest-dev
* Penultimate prerelease

-- Nick Black <[email protected]> Mon, 30 Dec 2019 00:28:51 -0500
-- Nick Black <[email protected]> Wed, 01 Jan 2020 07:26:36 -0500

notcurses (0.9.3-1) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notcurses"
version = "0.9.3"
version = "0.9.9"
authors = ["nick black <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit f2df310

Please sign in to comment.