version 1496-4 part2
This commit is contained in:
parent
a11d1857f1
commit
34fcd49d8e
|
@ -1,8 +1,8 @@
|
||||||
AppName=XChat-WDK
|
AppName=XChat-WDK
|
||||||
AppVerName=XChat-WDK 1496-3
|
AppVerName=XChat-WDK 1496-4
|
||||||
AppVersion=14.96.3
|
AppVersion=14.96.4
|
||||||
VersionInfoVersion=14.96.3
|
VersionInfoVersion=14.96.4
|
||||||
OutputBaseFilename=XChat-WDK 1496-3
|
OutputBaseFilename=XChat-WDK 1496-4
|
||||||
AppPublisher=XChat-WDK
|
AppPublisher=XChat-WDK
|
||||||
AppPublisherURL=http://code.google.com/p/xchat-wdk/
|
AppPublisherURL=http://code.google.com/p/xchat-wdk/
|
||||||
AppCopyright=Copyright (C) 1998-2010 Peter Zelezny
|
AppCopyright=Copyright (C) 1998-2010 Peter Zelezny
|
||||||
|
|
2
config.h
2
config.h
|
@ -4,7 +4,7 @@
|
||||||
#define USE_PLUGIN
|
#define USE_PLUGIN
|
||||||
#define USE_LIBSEXY
|
#define USE_LIBSEXY
|
||||||
#define PACKAGE_NAME "xchat"
|
#define PACKAGE_NAME "xchat"
|
||||||
#define PACKAGE_VERSION "1496-3"
|
#define PACKAGE_VERSION "1496-4"
|
||||||
#define XCHAT_RELEASE "2.8.8"
|
#define XCHAT_RELEASE "2.8.8"
|
||||||
#define XCHATLIBDIR "."
|
#define XCHATLIBDIR "."
|
||||||
#define XCHATSHAREDIR "."
|
#define XCHATSHAREDIR "."
|
||||||
|
|
Loading…
Reference in New Issue