summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-27 11:49:11 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-27 11:49:11 +0200
commit1cbb2261790571dc84822f609b7f8e2a1fdbef49 (patch)
treeb6e8559c3e7c9d4ee3337a3ff45c6c7b7d5315ab
parentfdd3f3aa897ee66e8b3c702f682993ed3b2b85ce (diff)
Update XChat to r1521 part 2
-rw-r--r--config.h2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index a27aacc8..8b728cc9 100644
--- a/config.h
+++ b/config.h
@@ -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
diff --git a/configure.in b/configure.in
index 3b6b448a..4f18d92b 100644
--- a/configure.in
+++ b/configure.in
@@ -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