From 7b49bacb0f5b27d445159ca22665035b751ec161 Mon Sep 17 00:00:00 2001 From: Charles Lindsay Date: Thu, 12 Dec 2013 17:45:57 -0800 Subject: [PATCH] Bump version, add news --- CMakeLists.txt | 2 +- NEWS | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 25b54695..a991c617 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ) # set(GETTEXT_PACKAGE "geary") set(RELEASE_NAME "Lightweight email client for GNOME.") -set(VERSION "0.4.3+trunk") +set(VERSION "0.5.0") set(VERSION_INFO "Release") set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale) diff --git a/NEWS b/NEWS index e8ff78fe..5f6e66d3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Geary 0.5.0 - 12 December 2013 +------------------------------ + + * Port to GtkApplication + * Use app menu instead of gear button menu, where available + * Miscellaneous bugfixes + + Geary 0.4.3 - 12 December 2013 ------------------------------