diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-11-18 20:07:43 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-11-18 20:07:43 +0000 |
commit | 4f4b39e3e0c9b1906af739cf85311e7ca0388fe4 (patch) | |
tree | 8eeb84203862443316c015fae726e94d3e58fdbf /plugins/RecentContacts/src/Version.h | |
parent | f5220435e21a209d91116819bf0305ed79b29116 (diff) |
RecentContacts: Add option "Resize window according to contact list" (patch by Vojtěch Kinkor, thanks); version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@11017 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/RecentContacts/src/Version.h')
-rw-r--r-- | plugins/RecentContacts/src/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/RecentContacts/src/Version.h b/plugins/RecentContacts/src/Version.h index d7a9eb4586..7ce8154b7d 100644 --- a/plugins/RecentContacts/src/Version.h +++ b/plugins/RecentContacts/src/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 2
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#include <stdver.h>
|