diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-23 16:02:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-23 16:02:12 +0000 |
commit | 83810fbdf96dc0a842bf149cfa40749e95b0fe63 (patch) | |
tree | 84fde716b669cd10b586279106a1b02b2896088f /protocols/IcqOscarJ/src/version.h | |
parent | 7060a1f3dcde4355124316e6aab3a4e336812155 (diff) |
ICQ:
- version resource extracted to the separate file;
- all unicode support options removed due to the obsoleteness
- version bump.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13776 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/version.h')
-rw-r--r-- | protocols/IcqOscarJ/src/version.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/version.h b/protocols/IcqOscarJ/src/version.h index 45faabfcc8..3b2d5f872e 100644 --- a/protocols/IcqOscarJ/src/version.h +++ b/protocols/IcqOscarJ/src/version.h @@ -1,11 +1,12 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 3
-#define __BUILD_NUM 3
+#define __BUILD_NUM 4
#include <stdver.h>
#define __PLUGIN_NAME "IcqOscarJ protocol"
+#define __FILENAME "ICQ.dll"
#define __DESCRIPTION "ICQ protocol support for Miranda NG."
#define __AUTHOR "Joe Kucera, Bio, Martin \xd6" "berg, Richard Hughes, Jon Keating, etc."
#define __AUTHOREMAIL "jokusoftware@miranda-im.org"
|