diff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss index 3c14ad61..7d9612b4 100644 --- a/build/xchat-wdk.iss +++ b/build/xchat-wdk.iss @@ -1,9 +1,9 @@ [Setup] AppName=XChat-WDK -AppVerName=XChat-WDK 1469 -AppVersion=14.69 -VersionInfoVersion=14.69 -OutputBaseFilename=XChat-WDK 1469 +AppVerName=XChat-WDK 1469-2 +AppVersion=14.69.2 +VersionInfoVersion=14.69.2 +OutputBaseFilename=XChat-WDK 1469-2 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 fd5bc421..0fdaac48 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ #define USE_PLUGIN #define USE_LIBSEXY #define PACKAGE_NAME "xchat" -#define PACKAGE_VERSION "1469" +#define PACKAGE_VERSION "1469-2" #define XCHATLIBDIR "." #define XCHATSHAREDIR "." #define OLD_PERL diff --git a/version.txt b/version.txt index db0df7fb..60cfe679 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1469 \ No newline at end of file +1469-2 \ No newline at end of file