From ebdee6d9d900ad41e561502b2a6597433b57f485 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sun, 3 Feb 2013 19:06:59 +0100 Subject: [PATCH] Changed the version number to 0.9.1. --- mymail.1 | 2 +- mymail.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mymail.1 b/mymail.1 index 7d6c963..ff8b11b 100644 --- a/mymail.1 +++ b/mymail.1 @@ -1,4 +1,4 @@ -.TH "MYMAIL" "0.9" "February 2013" "Francois Fleuret" "User Commands" +.TH "MYMAIL" "0.9.1" "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 48f25fa..3d5efc0 100644 --- a/mymail.c +++ b/mymail.c @@ -45,7 +45,7 @@ #include #define MYMAIL_DB_MAGIC_TOKEN "mymail_index_file" -#define VERSION "0.9" +#define VERSION "0.9.1" #define MAX_NB_SEARCH_CONDITIONS 10 -- 2.20.1