diff options
author | George Hazan <ghazan@miranda.im> | 2021-03-31 15:42:14 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-03-31 15:42:14 +0300 |
commit | 5f7acbc21e1809e8f6afb3c98302a474a530113e (patch) | |
tree | 8c9477f2bb3f186805c34b04ef0821979378baff /plugins/Db_autobackups/src/version.h | |
parent | a5c2c9d611260f72501304911862f4fda6b95421 (diff) |
db_autobackups:
- fixes #2811 (Db_autobackups: выводить подсказку о том, когда случится следующий бэкап);
- code cleaning;
- version bump
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 7a1e5dbb59..1d1650f3b4 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 4
+#define __BUILD_NUM 5
#include <stdver.h>
|