Update revision numbers

This commit is contained in:
Berke Viktor 2012-07-13 20:22:12 +02:00
parent 24e06f1903
commit 9b139fb49f
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.0"
#define XCHAT_REVISION "1508"
#define XCHAT_REVISION "1515"
#define HEXCHATLIBDIR "."
#define HEXCHATSHAREDIR "."
#define OLD_PERL

View File

@ -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