diff options
author | George Hazan <ghazan@miranda.im> | 2022-07-30 18:15:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-07-30 18:15:50 +0300 |
commit | 1a4f30d78b1986f3f79558de725c8f34dae3ee75 (patch) | |
tree | 5f945598e45365b42a9c1820f8949a72e2f0d6c7 /plugins/WhenWasIt/src/version.h | |
parent | f1c1e760bed3593799a48e0b2ca12b5cbed3ba47 (diff) |
WhenWasIt: all dialogs -> UI classes
Diffstat (limited to 'plugins/WhenWasIt/src/version.h')
-rw-r--r-- | plugins/WhenWasIt/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/WhenWasIt/src/version.h b/plugins/WhenWasIt/src/version.h index c1f40e84c3..c69c7c5e00 100644 --- a/plugins/WhenWasIt/src/version.h +++ b/plugins/WhenWasIt/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
-#define __MINOR_VERSION 3
-#define __RELEASE_NUM 3
-#define __BUILD_NUM 6
+#define __MINOR_VERSION 4
+#define __RELEASE_NUM 0
+#define __BUILD_NUM 1
#include <stdver.h>
|