remove "r" from version
This commit is contained in:
parent
12b5466b75
commit
9138d7e281
@ -1,9 +1,9 @@
|
|||||||
[Setup]
|
[Setup]
|
||||||
AppName=XChat-WDK
|
AppName=XChat-WDK
|
||||||
AppVerName=XChat-WDK r1464-5
|
AppVerName=XChat-WDK 1464-5
|
||||||
AppVersion=14.64.5
|
AppVersion=14.64.5
|
||||||
VersionInfoVersion=14.64.5
|
VersionInfoVersion=14.64.5
|
||||||
OutputBaseFilename=XChat-WDK r1464-5
|
OutputBaseFilename=XChat-WDK 1464-5
|
||||||
AppPublisher=XChat-WDK
|
AppPublisher=XChat-WDK
|
||||||
AppPublisherURL=http://code.google.com/p/xchat-wdk/
|
AppPublisherURL=http://code.google.com/p/xchat-wdk/
|
||||||
AppCopyright=Copyright (C) 1998-2010 Peter Zelezny
|
AppCopyright=Copyright (C) 1998-2010 Peter Zelezny
|
||||||
|
2
config.h
2
config.h
@ -6,7 +6,7 @@
|
|||||||
#define USE_GTKSPELL
|
#define USE_GTKSPELL
|
||||||
#endif*/
|
#endif*/
|
||||||
#define PACKAGE_NAME "xchat"
|
#define PACKAGE_NAME "xchat"
|
||||||
#define PACKAGE_VERSION "r1464-5"
|
#define PACKAGE_VERSION "1464-5"
|
||||||
#define XCHATLIBDIR "."
|
#define XCHATLIBDIR "."
|
||||||
#define XCHATSHAREDIR "."
|
#define XCHATSHAREDIR "."
|
||||||
#define OLD_PERL
|
#define OLD_PERL
|
||||||
|
@ -655,7 +655,7 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/src/common/xchat.h xchat-wdk/src/co
|
|||||||
#define X_OK 1
|
#define X_OK 1
|
||||||
diff -ruN --strip-trailing-cr xchat-wdk.orig/src/fe-gtk/about.c xchat-wdk/src/fe-gtk/about.c
|
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.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 @@
|
@@ -39,6 +39,8 @@
|
||||||
|
|
||||||
#include "../common/xchat.h"
|
#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! */
|
- /* leave this message to avoid time wasting bug reports! */
|
||||||
- "This version is unofficial and comes with no support.\n\n"
|
- "This version is unofficial and comes with no support.\n\n"
|
||||||
-#endif
|
-#endif
|
||||||
+ "<b>Latest Version</b>: r%s\n"
|
+ "<b>Latest Version</b>: %s\n"
|
||||||
+ "<b>XChat Base</b>: 2.8.8\n\n"
|
+ "<b>XChat Base</b>: 2.8.8\n\n"
|
||||||
"%s\n"
|
"%s\n"
|
||||||
"<b>Charset</b>: %s "
|
"<b>Charset</b>: %s "
|
||||||
|
Loading…
Reference in New Issue
Block a user