X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmain.h;h=935995274d2e116df7d2b6d3569533fdee5980eb;hb=354cf2e07ccd0d7900f96bffc279093997cbe203;hp=edf4679b1a51f6092791a44c30b9de81ef977002;hpb=d697dc5138fe93ed9d0316ddf41de6c12b05683d;p=smdp.git diff --git a/include/main.h b/include/main.h index edf4679..9359952 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 5 +#define MDP_VER_REVISION 13 #endif // !defined( MAIN_H )