added revision to version number
[smdp.git] / include / mdp.h
index 5fe8c34..8713623 100644 (file)
@@ -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
@@ -23,7 +23,8 @@
 #include "parser.h"
 #include "viewer.h"
 
-#define MAJOR_VERSION 0
-#define MINOR_VERSION 90
+#define MDP_VER_MAJOR 0
+#define MDP_VER_MINOR 91
+#define MDP_VER_REVISION 1
 
 #endif // !defined( MDP_H )