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