Increased the version number to 0.9.5.
authorFrancois Fleuret <francois@fleuret.org>
Tue, 12 Feb 2013 22:22:43 +0000 (23:22 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Tue, 12 Feb 2013 22:22:43 +0000 (23:22 +0100)
mymail.1
mymail.c

index 95b83f0..b6edee0 100644 (file)
--- 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 <francois@fleuret.org>
 \" and is distributed under a Creative Commons Attribution-Share Alike
index b7e46ba..3718157 100644 (file)
--- a/mymail.c
+++ b/mymail.c
@@ -46,7 +46,7 @@
 #include <time.h>
 
 #define MYMAIL_DB_MAGIC_TOKEN "mymail_index_file"
-#define VERSION "0.9.2"
+#define VERSION "0.9.5"
 
 #define MAX_NB_SEARCH_CONDITIONS 32