X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmain.h;h=7f51e9239acd5552cfe2ac1687fda24e05cc90fd;hb=62a398086c517e1cc71401c9bbd69928d0ded638;hp=62e748b65bffee1c399cca650bdec821de2aa4b5;hpb=a5cd953a20914e0ebb3b6ebe3df7307c45596088;p=smdp.git diff --git a/include/main.h b/include/main.h index 62e748b..7f51e92 100644 --- a/include/main.h +++ b/include/main.h @@ -3,7 +3,7 @@ /* * mdp -- A command-line based markdown presentation tool. - * Copyright (C) 2016 Michael Goehler + * Copyright (C) 2018 Michael Goehler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,6 +25,6 @@ #define MDP_VER_MAJOR 1 #define MDP_VER_MINOR 0 -#define MDP_VER_REVISION 9 +#define MDP_VER_REVISION 14 #endif // !defined( MAIN_H )