From: Francois Fleuret Date: Tue, 29 Jul 2014 10:43:44 +0000 (+0200) Subject: Set the version number to 0.9.10. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mymail.git;a=commitdiff_plain;h=98ce45199ef5097836564d5a81596373bc11a217 Set the version number to 0.9.10. --- diff --git a/mymail-vm.el b/mymail-vm.el index 1f9329f..08c41ad 100644 --- a/mymail-vm.el +++ b/mymail-vm.el @@ -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" diff --git a/mymail.1 b/mymail.1 index a4fce6a..d538fb4 100644 --- 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 \" and is distributed under a Creative Commons Attribution-Share Alike diff --git a/mymail.c b/mymail.c index 29f0634..d84d387 100644 --- a/mymail.c +++ b/mymail.c @@ -49,7 +49,7 @@ #include #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