diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-24 17:15:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-24 17:15:23 +0000 |
commit | ae470b566ef8e3e6222a717c53a45a38c8c43bbd (patch) | |
tree | e7d71fa4b2068334af881c0d58092b50aad966ce /plugins/AVS/src/version.h | |
parent | 9f7c414998d224c24d8337bb96f9694725740094 (diff) |
- AVS_path* functions replaced with the core analogs;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@9934 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/src/version.h')
-rw-r--r-- | plugins/AVS/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AVS/src/version.h b/plugins/AVS/src/version.h index ff7c3d5f2d..466fcb6aa4 100644 --- a/plugins/AVS/src/version.h +++ b/plugins/AVS/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 95
#define __RELEASE_NUM 2
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#include <stdver.h>
|