diff options
author | Kevin Smith <git@kismith.co.uk> | 2010-05-28 17:42:50 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2010-05-28 17:42:50 (GMT) |
commit | d2566f789a81d683d62b4ed90f399a56dd059bba (patch) | |
tree | c374f5aff2d123c8b2a0dfd12aa164d2b83730ab /Swift | |
parent | fa30c40e9a278db4daa5e4962f96c0a8bc91e03d (diff) | |
download | swift-contrib-swift-1.0beta1.zip swift-contrib-swift-1.0beta1.tar.bz2 |
Set the version to beta1 for iq:versionswift-1.0beta1
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/Controllers/MainController.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/Controllers/MainController.cpp b/Swift/Controllers/MainController.cpp index d6a5587..26eb588 100644 --- a/Swift/Controllers/MainController.cpp +++ b/Swift/Controllers/MainController.cpp @@ -55,7 +55,8 @@ namespace Swift { static const String CLIENT_NAME = "Swift"; -static const String CLIENT_VERSION = "0.3"; +static const String CLIENT_VERSION = "1.0-beta1"; +//static const String CLIENT_VERSION = "1.0-devel"; static const String CLIENT_NODE = "http://swift.im"; |