Set the version number to 0.9.10.
authorFrancois Fleuret <francois@fleuret.org>
Tue, 29 Jul 2014 10:43:44 +0000 (12:43 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Tue, 29 Jul 2014 10:43:44 +0000 (12:43 +0200)
mymail-vm.el
mymail.1
mymail.c

index 1f9329f..08c41ad 100644 (file)
@@ -30,7 +30,7 @@
 
 (defgroup mymail ()
   "Command to visit a folder built on-the-fly with mymail"
-  :version "0.9.8")
+  :version "0.9.10")
 
 (defcustom mymail/default-additional-search-requests ""
   "Comma-separated list of search requests to add to any search"
index a4fce6a..d538fb4 100644 (file)
--- a/mymail.1
+++ b/mymail.1
@@ -1,4 +1,4 @@
-.TH "MYMAIL" "0.9.9" "June 2013" "Francois Fleuret" "User Commands"
+.TH "MYMAIL" "0.9.10" "July 2014" "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 29f0634..d84d387 100644 (file)
--- a/mymail.c
+++ b/mymail.c
@@ -49,7 +49,7 @@
 #include <time.h>
 
 #define MYMAIL_DB_MAGIC_TOKEN "mymail_index_file"
-#define MYMAIL_VERSION "0.9.9"
+#define MYMAIL_VERSION "0.9.10"
 
 #define MYMAIL_DB_FORMAT_VERSION 1