Changed the version number to 0.9.1.
authorFrancois Fleuret <francois@fleuret.org>
Sun, 3 Feb 2013 18:06:59 +0000 (19:06 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Sun, 3 Feb 2013 18:06:59 +0000 (19:06 +0100)
mymail.1
mymail.c

index 7d6c963..ff8b11b 100644 (file)
--- 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 <francois@fleuret.org>
 \" and is distributed under a Creative Commons Attribution-Share Alike
index 48f25fa..3d5efc0 100644 (file)
--- a/mymail.c
+++ b/mymail.c
@@ -45,7 +45,7 @@
 #include <regex.h>
 
 #define MYMAIL_DB_MAGIC_TOKEN "mymail_index_file"
-#define VERSION "0.9"
+#define VERSION "0.9.1"
 
 #define MAX_NB_SEARCH_CONDITIONS 10