From 56eca544f7351715fb74556c722a462618c84f2c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 3 Mar 2014 08:01:50 -0500 Subject: [PATCH] 3.11.91 --- NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b6feeba..3a8c670 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,22 @@ ============== +Version 3.11.91 +============== + +Changes: + Drop Help button + Ensure items have valid Exec + Add a man page + Make Restore button work again + Fix createing menus + Fix creating items + +Translation updates: + German + Indonesian + Portuguese + Simplified Chinese + +============== Version 3.10.0 ============== diff --git a/configure.ac b/configure.ac index 0a39d86..0533065 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.10.0, http://bugzilla.gnome.org/enter_bug.cgi?product=alacarte) +AC_INIT(alacarte, 3.11.91, 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