X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=blobdiff_plain;f=include%2Fmain.h;h=edf4679b1a51f6092791a44c30b9de81ef977002;hp=0ec4fa81620a0e6894d22b13c7b706266093920a;hb=d697dc5138fe93ed9d0316ddf41de6c12b05683d;hpb=b17ed569c4a9c22ef75bd6ffaf4a50a9bb8ec379 diff --git a/include/main.h b/include/main.h index 0ec4fa8..edf4679 100644 --- a/include/main.h +++ b/include/main.h @@ -3,7 +3,7 @@ /* * mdp -- A command-line based markdown presentation tool. - * Copyright (C) 2015 Michael Goehler + * Copyright (C) 2016 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 4 +#define MDP_VER_REVISION 5 #endif // !defined( MAIN_H )