diff options
author | George Hazan <ghazan@miranda.im> | 2019-08-03 19:38:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-08-03 19:38:42 +0300 |
commit | 85341d5502ce3db9f60c0f9231e7f66a57f46546 (patch) | |
tree | d05bd2f5cb51d6e48a855330431f9efdf7371be3 /plugins/Db_autobackups/src/version.h | |
parent | a185b0078f635f7bc3a6e5fdf8579164732eb159 (diff) |
Db_autobackups: ME_SYSTEM_OKTOEXIT used instead of ME_SYSTEM_PRESHUTDOWN to launch backups on exit, thus allowing them to finish correctly
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 4f3f7f9111..0b7695160f 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 3
+#define __BUILD_NUM 4
#include <stdver.h>
|