diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-10 09:44:59 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-10 09:44:59 +0100 |
commit | bde0eee11f95c4d3428f935d3e3cf76e8a72d36a (patch) | |
tree | 39f35b39d6f06a58b5562bc001c1340e87f06325 | |
parent | d025ff14646cb520be346cc1e8128f3ebad8db66 (diff) |
bump version
-rw-r--r-- | build/xchat-wdk.skel.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.skel.iss b/build/xchat-wdk.skel.iss index d543003f..ceab018f 100644 --- a/build/xchat-wdk.skel.iss +++ b/build/xchat-wdk.skel.iss @@ -1,8 +1,8 @@ AppName=XChat-WDK -AppVerName=XChat-WDK 1479 -AppVersion=14.79 -VersionInfoVersion=14.79 -OutputBaseFilename=XChat-WDK 1479 +AppVerName=XChat-WDK 1479-2 +AppVersion=14.79.2 +VersionInfoVersion=14.79.2 +OutputBaseFilename=XChat-WDK 1479-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 2e435ae2..8c4156fb 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ #define USE_PLUGIN #define USE_LIBSEXY #define PACKAGE_NAME "xchat" -#define PACKAGE_VERSION "1479" +#define PACKAGE_VERSION "1479-2" #define XCHATLIBDIR "." #define XCHATSHAREDIR "." #define OLD_PERL diff --git a/version.txt b/version.txt index b1de9893..c89fc5b0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1479 \ No newline at end of file +1479-2 \ No newline at end of file |