X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmain.h;h=67c59f8c2176e9181c59ceef81a4552eccab41b6;hb=5710ef6220df0b0cbfbef73bc1b8a0b12031d02b;hp=833584bcddc16083f537246aadab2d12aa807090;hpb=322beebbc024caeac6e5ed32fd112900c101196f;p=smdp.git diff --git a/include/main.h b/include/main.h index 833584b..67c59f8 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) 2015 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 92 +#define MDP_VER_MAJOR 1 +#define MDP_VER_MINOR 0 #define MDP_VER_REVISION 1 #endif // !defined( MAIN_H )