X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmain.h;h=77003b3334c974c52ceb1e7acb836346b5160c6b;hb=693e8827e32e611ab6adbcb7caeb7b2391edb0c1;hp=5b7be6cc3eb7d0c9111eb89ef1f638a57f337c7b;hpb=01a21345277528bb331653603e0d3771e5ed5870;p=smdp.git diff --git a/include/main.h b/include/main.h index 5b7be6c..77003b3 100644 --- a/include/main.h +++ b/include/main.h @@ -3,7 +3,7 @@ /* * mdp -- A command-line based markdown presentation tool. - * Copyright (C) 2015 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 @@ -25,6 +25,6 @@ #define MDP_VER_MAJOR 1 #define MDP_VER_MINOR 0 -#define MDP_VER_REVISION 0 +#define MDP_VER_REVISION 8 #endif // !defined( MAIN_H )