X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmain.h;h=8f3f706c0f5a724565c09e1574376e6c426983a0;hb=5e1bd6398280c0011cbcd7be0e1d5449cf9a0caa;hp=c3d9d2072c231a6e2e9639337c8bba974bc1b2f9;hpb=ecb09761724c43ce22d62d47f5c8d313b8d71ce7;p=smdp.git diff --git a/include/main.h b/include/main.h index c3d9d20..8f3f706 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 3 #endif // !defined( MAIN_H )