diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-16 21:27:05 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-16 21:27:05 +0300 |
commit | e170d02c243cd6047e82ba0ecb939da3245a6a3f (patch) | |
tree | 50d12110b7b9ce4d5772d258b284e75b293de698 /plugins/Scriver/src/version.h | |
parent | b996b817ffa3e54694eccfd061bef177e25ec0f0 (diff) |
Scriver:
- fix for a problem with the initial container resize;
- useless class InfobarWindowData removed
- useless header file infobar.h removed;
- version bump
Diffstat (limited to 'plugins/Scriver/src/version.h')
-rw-r--r-- | plugins/Scriver/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/version.h b/plugins/Scriver/src/version.h index da34edf9da..0ef57f0fb8 100644 --- a/plugins/Scriver/src/version.h +++ b/plugins/Scriver/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 3 #define __MINOR_VERSION 0 #define __RELEASE_NUM 1 -#define __BUILD_NUM 4 +#define __BUILD_NUM 5 #include <stdver.h> |