From 10ac22a70f2d1633efac28560e1b17b8b331d2fd Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sun, 18 Mar 2018 10:32:58 +0100 Subject: [PATCH] Update NEWS and bump version to 0.8.2_dev --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 951597d..b9d1b81 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +ncmpcpp-0.8.2 (????-??-??) +* Help screen: fixed display of EoF keycode +* Fixed possible integer overflow when resizing screen + ncmpcpp-0.8.1 (2017-10-11) * Setting 'colors_enabled' to 'no' no longer results in a crash. * Using '--quiet' command line argument no longer results in a crash. diff --git a/configure.ac b/configure.ac index 9fb8272..245af1a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ncmpcpp], [0.8.1]) +AC_INIT([ncmpcpp], [0.8.2_dev]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([subdir-objects]) -- 2.11.4.GIT