X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmain.h;h=5b7be6cc3eb7d0c9111eb89ef1f638a57f337c7b;hb=c8f46dfa8f411b643907bc4c372bf788140f26f3;hp=05d05f4ea07b094c7218a051f12cc9176786b9b3;hpb=6f9f33a6a5c7d677b4f4464218c01580a391cf08;p=smdp.git diff --git a/include/main.h b/include/main.h index 05d05f4..5b7be6c 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_REVISION 1 +#define MDP_VER_MAJOR 1 +#define MDP_VER_MINOR 0 +#define MDP_VER_REVISION 0 #endif // !defined( MAIN_H )