diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-08 02:41:23 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-10-08 02:41:23 +0200 |
commit | 0f423a7189ae751e097523b29b85fbd361df127b (patch) | |
tree | 8878e2a7c080a2592483b0c266d394a6b1074e3d | |
parent | 9f129db81a9ca80d8bdf22f6e7d94fa2a6110982 (diff) |
version bump
-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 |