1.1.1, update version numbers

This commit is contained in:
nick black 2020-01-27 02:15:38 -05:00
parent 4e19d51e57
commit ac791c781d
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
29 changed files with 31 additions and 30 deletions

View File

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

5
debian/changelog vendored
View File

@ -1,10 +1,11 @@
notcurses (1.1.0-2) UNRELEASED; urgency=medium
notcurses (1.1.1-1) unstable; urgency=medium
* Debian policy 4.5.0
* Dep on python3-cffi, not python-cffi
* Add dep on python3-setuptools
* New C++ packages courtesy Marek Habersack
-- Nick Black <dankamongmen@gmail.com> Wed, 22 Jan 2020 22:38:12 -0500
-- Nick Black <dankamongmen@gmail.com> Mon, 27 Jan 2020 02:12:01 -0500
notcurses (1.1.0-1) unstable; urgency=medium

View File

@ -14,7 +14,7 @@
</script>
</head>
<body>
<h1><a href="https://nick-black.com/dankwiki/index.php/Notcurses">notcurses</a> man pages</h1>
<h1><a href="https://nick-black.com/dankwiki/index.php/Notcurses">notcurses</a> man pages (v1.1.1)</h1>
<a href="notcurses.3.html">notcurses(3)</a>—a blingful TUI library<br/>
<h2>Binaries (section 1)</h2>
<a href="notcurses-demo.1.html">notcurses-demo</a>—shows off some notcurses features<br/>

View File

@ -1,6 +1,6 @@
% notcurses-demo(1)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses-input(1)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses-planereel(1)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses-view(1)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses(3)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_cell(3)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_channels(3)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_directmode(3)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_fade(3)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_init(3)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_input(3)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_lines(3)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_ncplane(3)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_ncvisual(3)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME
notcurses_ncvisual - notcurses multimedia

View File

@ -1,6 +1,6 @@
% notcurses_output(3)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_palette(3)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_panelreels(3)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_render(3)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_resize(3)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_stats(3)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_stdplane(3)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -1,6 +1,6 @@
% notcurses_stop(3)
% nick black <nickblack@linux.com>
% v1.1.0
% v1.1.1
# NAME

View File

@ -6,7 +6,7 @@ def read(fname):
setup(
name="notcurses",
version="1.1.0",
version="1.1.1",
package_dir={'': 'src'},
packages=find_packages('src'),
author="Nick Black",

View File

@ -5,7 +5,7 @@ license = "Apache-2.0"
description = "Low-level rust bindings for the notcurses C library."
repository = "https://github.com/dankamongmen/notcurses"
homepage = "https://nick-black.com/dankwiki/index.php/Notcurses"
version = "1.1.0"
version = "1.1.1"
links = "notcurses"
build = "build.rs"
edition = "2018"

View File

@ -5,7 +5,7 @@ use std::path::PathBuf;
fn main() {
pkg_config::Config::new()
.atleast_version("1.1.0")
.atleast_version("1.1.1")
.probe("notcurses")
.unwrap();

View File

@ -1,6 +1,6 @@
[package]
name = "notcurses"
version = "1.1.0"
version = "1.1.1"
authors = ["nick black <dankamongmen@gmail.com>"]
edition = "2018"
license = "Apache-2.0"