X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmain.h;h=047d2fcbd036666124bcf91b437c4acaf902b8af;hb=7a83ae3f48dc8ef279fb9168bd809048def70406;hp=d1220aeb4f935727888c8224d5808496f4432cb5;hpb=c7c8c0fce122c5d1f5914947bf61730011b87e06;p=smdp.git diff --git a/include/main.h b/include/main.h index d1220ae..047d2fc 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 91 -#define MDP_VER_REVISION 3 +#define MDP_VER_MAJOR 1 +#define MDP_VER_MINOR 0 +#define MDP_VER_REVISION 6 #endif // !defined( MAIN_H )