From d7a16aebfc1ed16543c2effde58a32802b63726e Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Wed, 4 Nov 2015 20:43:43 +0100 Subject: [PATCH] change version to 0.7_beta1 --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 13d5f0c5..b1b8ddf2 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ncmpcpp-0.7 (????-??-??) +ncmpcpp-0.7_beta1 (2015-11-04) * Visualizer has now support for multiple colors (visualizer_color configuration variable takes the list of colors to be used). * Visualizer has now support for two more modes: sound wave filled and sound ellipse. diff --git a/configure.ac b/configure.ac index 8aae988d..4640f433 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT(configure.ac) AC_CONFIG_HEADERS(config.h) -AM_INIT_AUTOMAKE(ncmpcpp, 0.7_dev) +AM_INIT_AUTOMAKE(ncmpcpp, 0.7_beta1) AC_PREREQ(2.59)