diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-07 13:28:16 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-07 13:28:16 +0300 |
commit | e0d320c3b272bb21655bccfd26e4bd03fe69fd34 (patch) | |
tree | 7917af8801d9c6084534290d9168a415b35864ff /plugins/Db_autobackups/src/version.h | |
parent | 00f5e35c664bd8b2b1b00de3353aa0c3e70f5423 (diff) |
fixes #1888 (DbAutobackuper: move "Disable popups" option to Popus section)
Diffstat (limited to 'plugins/Db_autobackups/src/version.h')
-rw-r--r-- | plugins/Db_autobackups/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db_autobackups/src/version.h b/plugins/Db_autobackups/src/version.h index 1f2b15fa60..4f3f7f9111 100644 --- a/plugins/Db_autobackups/src/version.h +++ b/plugins/Db_autobackups/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 0
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#include <stdver.h>
|