diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-02 23:30:12 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-02 23:30:12 +0200 |
commit | cb376d34721e3a7de3436474dd8b33ec6ac6730f (patch) | |
tree | aeb1b8e65abc708236f7489b9e1bf66d0af53356 | |
parent | d16f38879295f694b0fc536333386b41d5e25e9f (diff) |
version bump
-rw-r--r-- | build/xchat-wdk.iss | 8 | ||||
-rw-r--r-- | config.h | 2 | ||||
-rw-r--r-- | version.txt | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/build/xchat-wdk.iss b/build/xchat-wdk.iss index 57205f84..924639d0 100644 --- a/build/xchat-wdk.iss +++ b/build/xchat-wdk.iss @@ -1,9 +1,9 @@ [Setup] AppName=XChat-WDK -AppVerName=XChat-WDK 1468 -AppVersion=14.68 -VersionInfoVersion=14.68 -OutputBaseFilename=XChat-WDK 1468 +AppVerName=XChat-WDK 1468-2 +AppVersion=14.68.2 +VersionInfoVersion=14.68.2 +OutputBaseFilename=XChat-WDK 1468-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 1aff7b8e..d91232f7 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" +#define PACKAGE_VERSION "1468-2" #define XCHATLIBDIR "." #define XCHATSHAREDIR "." #define OLD_PERL diff --git a/version.txt b/version.txt index 6107935a..0e98b5f8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1468 \ No newline at end of file +1468-2 \ No newline at end of file |