From 7bfefb2f8026ad42646c97c1f04c95321935de8b Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Wed, 11 Apr 2018 20:40:52 +0200 Subject: [PATCH] Change version to 0.8.2 --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 631857e..6a4fece 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ncmpcpp-0.8.2 (????-??-??) +ncmpcpp-0.8.2 (2018-04-11) * Help screen: fixed display of EoF keycode * Fixed possible integer overflow when resizing screen * Fixed fetching lyrics from lyricsmania.com, metrolyrics.com and sing365.com diff --git a/configure.ac b/configure.ac index d554927..0dbcaa6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([ncmpcpp], [0.8.2_dev]) +AC_INIT([ncmpcpp], [0.8.2]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([subdir-objects]) -- 2.11.4.GIT