X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmain.h;h=a55574d00640949b0dd065534346ef3072d1e555;hb=b8ced279a54a1abc122bfbedc01bd53f556ada4c;hp=3b245421cbf76c70c8cb98a6931159be32a0553d;hpb=4ad6929b4a08b3752ae939631876c672995fcd6d;p=smdp.git diff --git a/include/main.h b/include/main.h index 3b24542..a55574d 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 92 -#define MDP_VER_REVISION 2 +#define MDP_VER_MAJOR 1 +#define MDP_VER_MINOR 0 +#define MDP_VER_REVISION 10 #endif // !defined( MAIN_H )