diff options
-rw-r--r-- | build/xchat-wdk.iss | 8 | ||||
-rw-r--r-- | config.h | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss index 1ff42aac..e43eab9f 100644 --- a/build/xchat-wdk.iss +++ b/build/xchat-wdk.iss @@ -1,9 +1,9 @@ [Setup] AppName=XChat-WDK -AppVerName=XChat-WDK 1468-2 -AppVersion=14.68.2 -VersionInfoVersion=14.68.2 -OutputBaseFilename=XChat-WDK 1468-2 +AppVerName=XChat-WDK 1469 +AppVersion=14.69 +VersionInfoVersion=14.69 +OutputBaseFilename=XChat-WDK 1469 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 d91232f7..fd5bc421 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ #define USE_PLUGIN #define USE_LIBSEXY #define PACKAGE_NAME "xchat" -#define PACKAGE_VERSION "1468-2" +#define PACKAGE_VERSION "1469" #define XCHATLIBDIR "." #define XCHATSHAREDIR "." #define OLD_PERL |