X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmain.h;h=62e748b65bffee1c399cca650bdec821de2aa4b5;hb=a5cd953a20914e0ebb3b6ebe3df7307c45596088;hp=41c4d7f032144925263a7a1e03c1d326b4cce718;hpb=c905942ff323dccd6d12f32a158954e9cf97267a;p=smdp.git diff --git a/include/main.h b/include/main.h index 41c4d7f..62e748b 100644 --- a/include/main.h +++ b/include/main.h @@ -3,7 +3,7 @@ /* * mdp -- A command-line based markdown presentation tool. - * Copyright (C) 2014 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 @@ -23,8 +23,8 @@ #include "parser.h" #include "viewer.h" -#define MDP_VER_MAJOR 0 -#define MDP_VER_MINOR 93 -#define MDP_VER_REVISION 0 +#define MDP_VER_MAJOR 1 +#define MDP_VER_MINOR 0 +#define MDP_VER_REVISION 9 #endif // !defined( MAIN_H )