X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmain.h;h=7b21482645cfb68c8df3d045045ca9d7c6450321;hb=7b021d653f0713295868e8d2152f1366bbadf128;hp=67c59f8c2176e9181c59ceef81a4552eccab41b6;hpb=fad66524d1d9315c1b7bd93d307c494ba962d21b;p=smdp.git diff --git a/include/main.h b/include/main.h index 67c59f8..7b21482 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 1 +#define MDP_VER_REVISION 11 #endif // !defined( MAIN_H )