diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-17 18:47:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-17 18:47:56 +0000 |
commit | 5a4b552c804aea6514cafad1bdc837c4a798f55b (patch) | |
tree | 5eb9abe62eb322884c88da3d997d4edf65fb6c5f /plugins/FloatingContacts/src/version.h | |
parent | 87cf440e889e5dbaa1a85be9e7b2560aa636ac1d (diff) |
- explicit windows destruction on exit;
- code cleaning
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@6114 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FloatingContacts/src/version.h')
-rw-r--r-- | plugins/FloatingContacts/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FloatingContacts/src/version.h b/plugins/FloatingContacts/src/version.h index 8f946ebb53..3982ae491f 100644 --- a/plugins/FloatingContacts/src/version.h +++ b/plugins/FloatingContacts/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 7
#define __RELEASE_NUM 0
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|