diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-12-29 17:23:11 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-12-29 17:23:11 +0100 |
commit | e58c2b80362a796997ef427c59bb2a59432e023d (patch) | |
tree | 26f8102f20eb2eb0527ff762ccb45b06dba4a5b2 | |
parent | 79a6cd6b844cc6b89f2646e83b3c7464a54c0fda (diff) |
bump version number
-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 6e4267d4..83df9061 100644 --- a/build/xchat-wdk.skel.iss +++ b/build/xchat-wdk.skel.iss @@ -1,8 +1,8 @@ AppName=XChat-WDK -AppVerName=XChat-WDK 1469-3 -AppVersion=14.69.3 -VersionInfoVersion=14.69.3 -OutputBaseFilename=XChat-WDK 1469-3 +AppVerName=XChat-WDK 1479 +AppVersion=14.79 +VersionInfoVersion=14.79 +OutputBaseFilename=XChat-WDK 1479 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 5de3d260..2e435ae2 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-3" +#define PACKAGE_VERSION "1479" #define XCHATLIBDIR "." #define XCHATSHAREDIR "." #define OLD_PERL diff --git a/version.txt b/version.txt index be3eeb32..b1de9893 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1469-3 \ No newline at end of file +1479 \ No newline at end of file |