X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Fmdp.h;h=f57920b980513778e533375dfb8a37c73ba70d6c;hb=d4843ea375360f37e965709e73c0fbd68e302dca;hp=7e265a69aba590dc694306bc4ccc3fb15db34e51;hpb=3da34e1957b3484506b5f0f79f84f64a4cff2f1b;p=smdp.git diff --git a/include/mdp.h b/include/mdp.h index 7e265a6..f57920b 100644 --- a/include/mdp.h +++ b/include/mdp.h @@ -2,7 +2,7 @@ #define MDP_H /* - * mpd -- A command-line based markdown presentation tool. + * mdp -- A command-line based markdown presentation tool. * Copyright (C) 2014 Michael Goehler * * This program is free software: you can redistribute it and/or modify @@ -24,6 +24,6 @@ #include "viewer.h" #define MAJOR_VERSION 0 -#define MINOR_VERSION 1 +#define MINOR_VERSION 90 #endif // !defined( MDP_H )