X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmain.h;h=df192b752f258b58c2c14dfd28c752f732edb54d;hb=6d881eb6228ea504323d8acabbe3774c64996571;hp=0ec4fa81620a0e6894d22b13c7b706266093920a;hpb=d1f812f678796132cc0e8968a5a7c44ceed478f5;p=smdp.git diff --git a/include/main.h b/include/main.h index 0ec4fa8..df192b7 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 12 #endif // !defined( MAIN_H )