diff options
author | George Hazan <george.hazan@gmail.com> | 2016-05-30 22:05:22 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-05-30 22:05:22 +0000 |
commit | e2a1d9a9b2cf04583a3e97a9a2305256357cc443 (patch) | |
tree | f276305368afec78c1a7407cbf0e997c1cce4c89 /plugins/Weather/src/version.h | |
parent | ed74eb9602127d996be15f5c64811cf38c6b4b04 (diff) |
if one is inside WM_PAINT handler, he shall draw!
git-svn-id: http://svn.miranda-ng.org/main/trunk@16891 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Weather/src/version.h')
-rw-r--r-- | plugins/Weather/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Weather/src/version.h b/plugins/Weather/src/version.h index 9b91642276..fde5a5471d 100644 --- a/plugins/Weather/src/version.h +++ b/plugins/Weather/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 4
#define __RELEASE_NUM 0
-#define __BUILD_NUM 2
+#define __BUILD_NUM 3
#include <stdver.h>
|