summaryrefslogtreecommitdiff
path: root/plugins/NotesAndReminders/src/version.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-18 18:26:23 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-18 18:26:23 +0300
commit69b001f36e1df9bfc80effd0e7fb5333335c2d87 (patch)
treeb4e27eacfca1e812104b3a81d47a75d580f111bc /plugins/NotesAndReminders/src/version.h
parente69e0ee825baad1b09849eeb126df9a08501208b (diff)
Notes & Reminders:
- ANSI plugin became Unicode and therefore went under standard project templates; - globals.h renamed to stdafx.h, stdafx.cxx added to a project; - old pascal-style lists replaced with LIST<> templates; - massive code cleaning; - version bump
Diffstat (limited to 'plugins/NotesAndReminders/src/version.h')
-rw-r--r--plugins/NotesAndReminders/src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NotesAndReminders/src/version.h b/plugins/NotesAndReminders/src/version.h
index 8ab090eb82..f154f6bd1e 100644
--- a/plugins/NotesAndReminders/src/version.h
+++ b/plugins/NotesAndReminders/src/version.h
@@ -1,5 +1,5 @@
#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 1
+#define __MINOR_VERSION 2
#define __RELEASE_NUM 0
#define __BUILD_NUM 1