From 22a9eca93944564aa22495af750369ac89797144 Mon Sep 17 00:00:00 2001 From: Lars Windolf Date: Mon, 21 Apr 2014 17:43:00 +0200 Subject: [PATCH] Pre-release version bump --- ChangeLog | 4 +++- configure.ac | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4721002c7..22b0cdfa3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ -To be released +2014-04-21 Lars Windolf + + Version 1.10.9 * Fixes Github #19: non void function should return value (reported by kwm81) diff --git a/configure.ac b/configure.ac index e3fff3fff..2f708ea87 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([liferea],[1.10.8],[liferea-devel@lists.sourceforge.net]) +AC_INIT([liferea],[1.10.9],[liferea-devel@lists.sourceforge.net]) AC_CANONICAL_HOST AC_CONFIG_SRCDIR([src/feedlist.c])