diff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss index 9d9d2b67..4c439de3 100644 --- a/build/xchat-wdk.iss +++ b/build/xchat-wdk.iss @@ -1,9 +1,9 @@ [Setup] AppName=XChat-WDK -AppVerName=XChat-WDK r1464-4 -AppVersion=14.64.4 -VersionInfoVersion=14.64.4 -OutputBaseFilename=XChat-WDK r1464-4 +AppVerName=XChat-WDK r1464-5 +AppVersion=14.64.5 +VersionInfoVersion=14.64.5 +OutputBaseFilename=XChat-WDK r1464-5 AppPublisher=XChat-WDK AppPublisherURL=http://code.google.com/p/xchat-wdk/ AppCopyright=Copyright (C) 1998-2010 Peter Zelezny diff --git a/config.h b/config.h index 212dad8f..449f41fb 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ #define USE_GTKSPELL #endif*/ #define PACKAGE_NAME "xchat" -#define PACKAGE_VERSION "r1464-4" +#define PACKAGE_VERSION "r1464-5" #define XCHATLIBDIR "." #define XCHATSHAREDIR "." #define OLD_PERL diff --git a/src/fe-gtk/check-version.c b/src/fe-gtk/check-version.c index 504b2316..675ef3fb 100644 --- a/src/fe-gtk/check-version.c +++ b/src/fe-gtk/check-version.c @@ -8,7 +8,7 @@ char* check_version () if (!hINet) { - return "error"; + return "unavailable"; } hFile = InternetOpenUrl (hINet, "http://xchat-wdk.googlecode.com/hg/version.txt", NULL, 0, 0, 0); @@ -32,5 +32,5 @@ char* check_version () InternetCloseHandle (hINet); - return "error"; + return "unavailable"; } diff --git a/version.txt b/version.txt index c72ea3af..2841ea2c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1464-4 \ No newline at end of file +1464-5 \ No newline at end of file diff --git a/xchat-wdk.patch b/xchat-wdk.patch index 0c250bd4..6da5a687 100644 --- a/xchat-wdk.patch +++ b/xchat-wdk.patch @@ -655,7 +655,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/xchat.h xchat-wdk/src/co #define X_OK 1 diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/about.c xchat-wdk/src/fe-gtk/about.c --- xchat-wdk.orig/src/fe-gtk/about.c 2010-05-16 09:43:49 +0200 -+++ xchat-wdk/src/fe-gtk/about.c 2010-08-30 10:02:36 +0200 ++++ xchat-wdk/src/fe-gtk/about.c 2010-08-30 10:21:07 +0200 @@ -39,6 +39,8 @@ #include "../common/xchat.h" @@ -665,25 +665,25 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/about.c xchat-wdk/src/fe #include "palette.h" #include "pixmaps.h" #include "gtkutil.h" -@@ -114,35 +116,41 @@ +@@ -114,35 +116,40 @@ g_get_charset (&locale); (snprintf) (buf, sizeof (buf), ""DISPLAY_NAME" "PACKAGE_VERSION"\n\n" - "%s\n\n" #ifdef WIN32 -+ "Latest Version: r%s\n\n" - /* leave this message to avoid time wasting bug reports! */ +- /* leave this message to avoid time wasting bug reports! */ - "This version is unofficial and comes with no support.\n\n" -#endif -+ "This version is unofficial and\ncomes with no support.\n\n" ++ "Latest Version: r%s\n" ++ "XChat Base: 2.8.8\n\n" "%s\n" "Charset: %s " -#ifdef WIN32 "GTK+: %i.%i.%i\n" + "Compiled: "__DATE__"\n" + "Portable Mode: %s\n\n" -+ "XChat Base: 2.8.8\n\n" -+ "\302\251 1998-2010 Peter \305\275elezn\303\275 <zed@xchat.org>", ++ "This version is unofficial and comes with no support.\n" ++ "\302\251 1998-2010 Peter \305\275elezn\303\275 <zed@xchat.org>", + check_version(), + get_cpu_str(), + locale,