summary refs log tree commit diff stats
path: root/configure.in
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-13 20:22:12 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-13 20:22:12 +0200
commit9b139fb49f4dee3acdfb77a756d51b7a9f84e6ca (patch)
treeb1aae02b179c736359eb5276b07efba8c5deae68 /configure.in
parent24e06f19036bacbfbeba908988c73456586cc641 (diff)
Update revision numbers
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 0890d235..91ce69dc 100644
--- a/configure.in
+++ b/configure.in
@@ -54,7 +54,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],["1508"],[XChat SVN Revision])
+AC_DEFINE([XCHAT_REVISION],["1515"],[XChat SVN Revision])
 
 AC_PATH_PROG(sedpath, sed)
 if test "_$sedpath" = _; then