diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-07 16:17:05 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-07 16:17:05 +0000 |
commit | 2ff88c4cda4b28112ef16c5f6895c72e0ccbf75c (patch) | |
tree | f744fc7f8f007cd36fee991af705e9d1783e8aee /plugins/WhoUsesMyFiles/src/Version.h | |
parent | 3f2073c9801b87961223d3751ccbb23513ad9109 (diff) |
Wumf:
- unused file removed ;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@4370 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhoUsesMyFiles/src/Version.h')
-rw-r--r-- | plugins/WhoUsesMyFiles/src/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WhoUsesMyFiles/src/Version.h b/plugins/WhoUsesMyFiles/src/Version.h index 803deaecb5..a72d3b338c 100644 --- a/plugins/WhoUsesMyFiles/src/Version.h +++ b/plugins/WhoUsesMyFiles/src/Version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|