aboutsummaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-04-23 20:04:43 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-04-23 20:04:43 +0200
commitc761b8313fef8619a1839328fd3e9e8b7459bec9 (patch)
tree1a73ff625038241b0a3f56dff091b9afa816acda /src/application.h
parent8f53a6e879f360e80941cb6e9d502d7522bbeeba (diff)
downloadmessenger-gtk-c761b8313fef8619a1839328fd3e9e8b7459bec9.tar.gz
messenger-gtk-c761b8313fef8619a1839328fd3e9e8b7459bec9.zip
First release with added changelogv0.7.0
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application.h b/src/application.h
index ab082a0..f3b4407 100644
--- a/src/application.h
+++ b/src/application.h
@@ -55,7 +55,7 @@
55 "A GTK based GUI for the Messenger service of GNUnet." 55 "A GTK based GUI for the Messenger service of GNUnet."
56#define MESSENGER_APPLICATION_TITLE "Messenger" 56#define MESSENGER_APPLICATION_TITLE "Messenger"
57#define MESSENGER_APPLICATION_SUBTITLE "GNUnet" 57#define MESSENGER_APPLICATION_SUBTITLE "GNUnet"
58#define MESSENGER_APPLICATION_VERSION "0.0.1" 58#define MESSENGER_APPLICATION_VERSION "0.7.0"
59 59
60typedef enum MESSENGER_ApplicationSignal 60typedef enum MESSENGER_ApplicationSignal
61{ 61{