This commit is contained in:
nick black 2019-11-26 22:50:53 -05:00
parent 360a3f8600
commit e64f7a22ff
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13)
project(notcurses VERSION 0.0.1
project(notcurses VERSION 0.0.9
DESCRIPTION "UI library for modern terminal emulators"
HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses"
LANGUAGES C CXX)

4
debian/changelog vendored
View File

@ -1,6 +1,6 @@
notcurses (0.0.9-1) UNRELEASED; urgency=medium
notcurses (0.0.9-1) unstable; urgency=medium
* Initial release
* Deps on libncurses-dev, libavformat-dev
-- Nick Black <dankamongmen@gmail.com> Sun, 17 Nov 2019 05:15:19 -0500
-- Nick Black <dankamongmen@gmail.com> Tue, 26 Nov 2019 22:46:35 -0500