diff --git a/debian/changelog b/debian/changelog index 793381b6a2b035025cd3f452135cd011c9be42ee..e403539b7ab952c36e277fda9ae9b4364f713c52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +chatty (0.0.7) purple; urgency=medium + + * Added an application info dialog + * Fixed a core dump issue which was caused by invoking another instance of Chatty + * Chatty won't start anymore if another libpurple client, like Pidgin, +is running already + + -- Andrea Schaefer <andrea@localhost.localdomain> Tue, 16 Apr 2019 10:12:34 +0200 + chatty (0.0.6) purple; urgency=medium * Set the spinner-widget for account-connection status active again diff --git a/meson.build b/meson.build index cb6e4fc174fc91d3b23b9f19d5fc4f7720e89088..06d17144fbe920f86af8dacaaa0cae2c68179edd 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('chatty', 'c', version: '0.0.6', +project('chatty', 'c', version: '0.0.7', meson_version: '>= 0.40.0', ) diff --git a/src/chatty-purple-init.h b/src/chatty-purple-init.h index c83f11e88afe03721c7d4ba67e5800509a431158..a10073eb7153c188d3eae5d8e724afe844047abb 100644 --- a/src/chatty-purple-init.h +++ b/src/chatty-purple-init.h @@ -12,7 +12,7 @@ #define CHATTY_APP_NAME "Chatty" #define CHATTY_APP_ID "sm.puri.Chatty" -#define CHATTY_VERSION "v0.0.6" +#define CHATTY_VERSION "v0.0.7" #define CHATTY_UI "chatty-ui" #define CHATTY_PREFS_ROOT "/chatty"