[Title] build server communication version reset
authorhataejun <taejun.ha@samsung.com>
Wed, 22 Aug 2012 09:27:57 +0000 (18:27 +0900)
committerhataejun <taejun.ha@samsung.com>
Wed, 22 Aug 2012 09:27:57 +0000 (18:27 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

src/build_server/BuildComm.rb

index 8f41a6c1ecbaaeffbfc720d1353f8fc479af440c..4b8e02b31f4a731397751a8c760c4fae0750d322 100644 (file)
@@ -37,7 +37,7 @@ require "net/ftp"
 ATTEMPTS = ["first", "second", "third"]
 
 class BuildCommServer
-       VERSION = "1.5.0"
+       VERSION = "1.4.0"
 
        private_class_method :new
 
@@ -275,7 +275,7 @@ end
 
 
 class BuildCommClient
-       VERSION = "1.5.0"
+       VERSION = "1.4.0"
 
        private_class_method :new