diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-13 02:41:21 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-13 02:41:21 +0100 |
commit | 5128900666094c818dff9f1292a302c78b27b63f (patch) | |
tree | 80087548920ebc3ee43f18ec69b52be62c35d354 /config.h | |
parent | 5b095a1544630085251e98ec17107c5905a88738 (diff) |
support for per-plugin/per-script xchat version check
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h index 8c4156fb..a091df89 100644 --- a/config.h +++ b/config.h @@ -5,6 +5,7 @@ #define USE_LIBSEXY #define PACKAGE_NAME "xchat" #define PACKAGE_VERSION "1479-2" +#define XCHAT_RELEASE "2.8.8" #define XCHATLIBDIR "." #define XCHATSHAREDIR "." #define OLD_PERL |