diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-11-28 08:39:48 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-11-28 08:39:48 (GMT) |
commit | d9d9503fe39f772b40ec43a3022a715e6374eb58 (patch) | |
tree | 9f4de1ec5d6db9bbf5eba27b09eea9b8ac3d2753 | |
parent | d04d6395a33b00f7fd394a1b41df42f9b1c287af (diff) | |
download | swift-d9d9503fe39f772b40ec43a3022a715e6374eb58.zip swift-d9d9503fe39f772b40ec43a3022a715e6374eb58.tar.bz2 |
Change appcast URL.
-rw-r--r-- | Swift/QtUI/QtSwift.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtSwift.cpp b/Swift/QtUI/QtSwift.cpp index 4c7eabb..370d7c3 100644 --- a/Swift/QtUI/QtSwift.cpp +++ b/Swift/QtUI/QtSwift.cpp @@ -27,7 +27,7 @@ namespace Swift{ #if defined(SWIFTEN_PLATFORM_MACOSX) -#define SWIFT_APPCAST_URL "http://swift.im/appcast/psi-mac.xml" +#define SWIFT_APPCAST_URL "http://swift.im/appcast/psi-mac-dev.xml" #else #define SWIFT_APPCAST_URL "" #endif |