diff options
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/Controllers/MainController.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/Controllers/MainController.cpp b/Swift/Controllers/MainController.cpp index 26eb588..35a26f3 100644 --- a/Swift/Controllers/MainController.cpp +++ b/Swift/Controllers/MainController.cpp @@ -55,8 +55,8 @@ namespace Swift { static const String CLIENT_NAME = "Swift"; -static const String CLIENT_VERSION = "1.0-beta1"; -//static const String CLIENT_VERSION = "1.0-devel"; +//static const String CLIENT_VERSION = "1.0-beta1"; +static const String CLIENT_VERSION = "1.0-devel"; static const String CLIENT_NODE = "http://swift.im"; |