diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-30 10:32:00 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-30 10:32:00 +0200 |
commit | 9138d7e28124bdd52e1d324c9b68dbab6cfcd163 (patch) | |
tree | 62205f67b4de47899074176720de03462579ba1b | |
parent | 12b5466b75036e3f3db0fda221c2af90994522f6 (diff) |
remove "r" from version
-rw-r--r-- | build/xchat-wdk.iss | 4 | ||||
-rw-r--r-- | config.h | 2 | ||||
-rw-r--r-- | xchat-wdk.patch | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss index 4c439de3..97283af0 100644 --- a/build/xchat-wdk.iss +++ b/build/xchat-wdk.iss @@ -1,9 +1,9 @@ [Setup] AppName=XChat-WDK -AppVerName=XChat-WDK r1464-5 +AppVerName=XChat-WDK 1464-5 AppVersion=14.64.5 VersionInfoVersion=14.64.5 -OutputBaseFilename=XChat-WDK r1464-5 +OutputBaseFilename=XChat-WDK 1464-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 449f41fb..13c2b637 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ #define USE_GTKSPELL #endif*/ #define PACKAGE_NAME "xchat" -#define PACKAGE_VERSION "r1464-5" +#define PACKAGE_VERSION "1464-5" #define XCHATLIBDIR "." #define XCHATSHAREDIR "." #define OLD_PERL diff --git a/xchat-wdk.patch b/xchat-wdk.patch index 6da5a687..4a4dcb90 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:21:07 +0200 ++++ xchat-wdk/src/fe-gtk/about.c 2010-08-30 10:30:12 +0200 @@ -39,6 +39,8 @@ #include "../common/xchat.h" @@ -674,7 +674,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/about.c xchat-wdk/src/fe - /* leave this message to avoid time wasting bug reports! */ - "This version is unofficial and comes with no support.\n\n" -#endif -+ "<b>Latest Version</b>: r%s\n" ++ "<b>Latest Version</b>: %s\n" + "<b>XChat Base</b>: 2.8.8\n\n" "%s\n" "<b>Charset</b>: %s " |