From d05773ae6ec1019312340b5c5f36f44d7fa3b3a8 Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Mon, 22 Aug 2016 16:07:11 +0200 Subject: [PATCH] Don't forget to update the version in aboud dlg Signed-off-by: Gaetan Semet --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index aa01f6eeb..6c6d39d21 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Version 0.8.7 +============= + +Do not forget to update the software version + Version 0.8.6 ============= diff --git a/configure.ac b/configure.ac index e39842374..4e24bebc0 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. -AC_INIT([guake], [0.8.5], [http://guake-project.org/]) +AC_INIT([guake], [0.8.7], [http://guake-project.org/]) AC_CONFIG_HEADERS([config.h])