Update XChat to r1521 part 2

This commit is contained in:
Berke Viktor 2012-07-27 11:49:11 +02:00
parent fdd3f3aa89
commit 1cbb226179
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#define HAVE_ISO_CODES
#define PACKAGE_NAME "hexchat"
#define PACKAGE_VERSION "2.9.1"
#define XCHAT_REVISION "1520"
#define XCHAT_REVISION "1521"
#define HEXCHATLIBDIR "."
#define HEXCHATSHAREDIR "."
#define OLD_PERL

View File

@ -55,7 +55,7 @@ AH_VERBATIM([USING_LINUX],[#undef USING_LINUX])
AH_VERBATIM([socklen_t],[#undef socklen_t])
AH_VERBATIM([USE_DBUS],[#undef USE_DBUS])
AC_DEFINE([XCHAT_REVISION],["1520"],[XChat SVN Revision])
AC_DEFINE([XCHAT_REVISION],["1521"],[XChat SVN Revision])
AC_PATH_PROG(sedpath, sed)
if test "_$sedpath" = _; then