diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-09 10:01:40 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-09 10:01:40 +0000 |
commit | 8e161a2db88720840dc979cb9fe1f0c38742787d (patch) | |
tree | 04f7429264e4dbbb4da6e0c9ab71df0dec860aee /plugins/Folders/src/version.h | |
parent | 68e5eb0709241968a1b91fb53e4c4cba27581a4a (diff) |
Folders:
- custom array class removed;
- a lot of junk also removed;
- version bump;
git-svn-id: http://svn.miranda-ng.org/main/trunk@3931 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Folders/src/version.h')
-rw-r--r-- | plugins/Folders/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Folders/src/version.h b/plugins/Folders/src/version.h index dd2d6f51b2..8ef331bb72 100644 --- a/plugins/Folders/src/version.h +++ b/plugins/Folders/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
#define __RELEASE_NUM 0
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
|