X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmain.h;h=a55574d00640949b0dd065534346ef3072d1e555;hb=38d6a34dd282abfa10f7d083a3f8161f0649acea;hp=8f3f706c0f5a724565c09e1574376e6c426983a0;hpb=6363ec143cd316f05d85697c7edbe50a1592b750;p=smdp.git diff --git a/include/main.h b/include/main.h index 8f3f706..a55574d 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 3 +#define MDP_VER_REVISION 10 #endif // !defined( MAIN_H )