X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmain.h;h=e79b4a12d74e7c1c2f1a7239764ddef942981646;hb=74f513ce239ec8958b399bde423fa9fa2ae5c3b4;hp=0e65cd3aeb054389dffcc093580d7d4e4682742e;hpb=618df4fd72bc78c3012a0987ab9e7183a404b20c;p=smdp.git diff --git a/include/main.h b/include/main.h index 0e65cd3..e79b4a1 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 91 +#define MDP_VER_MAJOR 1 +#define MDP_VER_MINOR 0 #define MDP_VER_REVISION 2 #endif // !defined( MAIN_H )