From 7c74167afe8618e4eb20e62b49a07981fa4d3f91 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 24 Sep 2013 13:07:18 -0400 Subject: [PATCH] Release 3.10 --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2616700..b6feeba 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,15 @@ ============== +Version 3.10.0 +============== + +Bugs Fixed: + * Errors on launch + +Translations updates: + * Fran Diéguez + * Rūdolfs Mazurs + +============== Version 3.9.91 ============== diff --git a/configure.ac b/configure.ac index e3fab6c..223cc50 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Mode: autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT(alacarte, 3.9.91, http://bugzilla.gnome.org/enter_bug.cgi?product=alacarte) +AC_INIT(alacarte, 3.10.0, http://bugzilla.gnome.org/enter_bug.cgi?product=alacarte) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR(alacarte.in) AC_CONFIG_HEADERS([config.h]) -- 2.11.4.GIT