From b70085e4312ec224a92e696efdb6a0667cbd0faf Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Tue, 12 Feb 2013 23:22:43 +0100 Subject: [PATCH] Increased the version number to 0.9.5. --- mymail.1 | 2 +- mymail.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mymail.1 b/mymail.1 index 95b83f0..b6edee0 100644 --- a/mymail.1 +++ b/mymail.1 @@ -1,4 +1,4 @@ -.TH "MYMAIL" "0.9.2" "February 2013" "Francois Fleuret" "User Commands" +.TH "MYMAIL" "0.9.5" "February 2013" "Francois Fleuret" "User Commands" \" This man page was written by Francois Fleuret \" and is distributed under a Creative Commons Attribution-Share Alike diff --git a/mymail.c b/mymail.c index b7e46ba..3718157 100644 --- a/mymail.c +++ b/mymail.c @@ -46,7 +46,7 @@ #include #define MYMAIL_DB_MAGIC_TOKEN "mymail_index_file" -#define VERSION "0.9.2" +#define VERSION "0.9.5" #define MAX_NB_SEARCH_CONDITIONS 32 -- 2.20.1