Bump version, add news

This commit is contained in:
Charles Lindsay 2013-12-12 17:45:57 -08:00
parent 7abfb64cf8
commit 7b49bacb0f
2 changed files with 9 additions and 1 deletions

View file

@ -15,7 +15,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake )
# #
set(GETTEXT_PACKAGE "geary") set(GETTEXT_PACKAGE "geary")
set(RELEASE_NAME "Lightweight email client for GNOME.") set(RELEASE_NAME "Lightweight email client for GNOME.")
set(VERSION "0.4.3+trunk") set(VERSION "0.5.0")
set(VERSION_INFO "Release") set(VERSION_INFO "Release")
set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale) set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale)

8
NEWS
View file

@ -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 Geary 0.4.3 - 12 December 2013
------------------------------ ------------------------------