summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats/src/version.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-03-11 18:30:49 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-03-11 18:30:49 +0000
commit009c7a01b9399f14be5c85b9343c3063b12e5c7e (patch)
tree1c0396712141c4b79f2a8478d19bc1d15321bf11 /plugins/HistoryStats/src/version.h
parent5dffb8d954968e1bd715bc62d0e3d51d5afb67c4 (diff)
SetWindowLong -> SetWindowLongPtr;
GetWindowLong -> GetWindowLongPtr; LONG -> LONG_PTR git-svn-id: http://svn.miranda-ng.org/main/trunk@8559 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryStats/src/version.h')
-rw-r--r--plugins/HistoryStats/src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryStats/src/version.h b/plugins/HistoryStats/src/version.h
index 58b412b072..f038e8a7f3 100644
--- a/plugins/HistoryStats/src/version.h
+++ b/plugins/HistoryStats/src/version.h
@@ -1,7 +1,7 @@
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#include <stdver.h>