summaryrefslogtreecommitdiff
path: root/HISTORY.h
diff options
context:
space:
mode:
Diffstat (limited to 'HISTORY.h')
-rw-r--r--HISTORY.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/HISTORY.h b/HISTORY.h
new file mode 100644
index 0000000..738e4ca
--- /dev/null
+++ b/HISTORY.h
@@ -0,0 +1,34 @@
+/*
+ * ----------------------------------------------
+ * seduatmo Plugin - Revision History
+ * ----------------------------------------------
+ *
+ * (c) 2012-2018 Jörg Wendel
+ *
+ */
+
+#define _VERSION "0.0.4"
+#define VERSION_DATE "29.01.2018"
+
+#ifdef GIT_REV
+# define VERSION _VERSION "-GIT" GIT_REV
+#else
+# define VERSION _VERSION
+#endif
+
+/*
+ * ------------------------------------
+
+2018-02-29: Version 0.0.4
+ Improved recover handling
+
+2015-10-11: Version 0.0.3
+ Fixed menu handling
+
+2012-11-26: Version 0.0.2
+
+2012-11-07: Version 0.0.1
+ - Initial revision.
+
+ * ------------------------------------
+ */