[Title] Increase Protoco version to 1.6.0
authordonghee yang <donghee.yang@samsung.com>
Mon, 15 Oct 2012 05:52:56 +0000 (14:52 +0900)
committerdonghee yang <donghee.yang@samsung.com>
Mon, 15 Oct 2012 05:52:56 +0000 (14:52 +0900)
package/pkginfo.manifest
src/common/BuildComm.rb

index 0843be508b5ae3566d14d5363c0c37e10d7087ea..2387cd0d0b1f65dc6057c77517063f0d66f2e8f0 100644 (file)
@@ -1,5 +1,5 @@
 Source : dibs
-Version :1.0.7
+Version :1.2.0
 Maintainer : taejun ha<taejun.ha@samsung.com>, jiil hyoun <jiil.hyoun@samsung.com>, donghyuk yang <donghyouk.yang@samsung.com>, donghee yang <donghee.yang@samsung.com>, sungmin kim <dev.sungmin.kim@samsung.com
 
 Package : dibs
index 82265342507890d8321b3270fa89bc88deed0c33..9f9c0e3c26879b1f1af7f8d73b869bfc47e60685 100644 (file)
@@ -39,7 +39,7 @@ require "FileTransferViaDirect"
 ATTEMPTS = ["first", "second", "third"]
 
 class BuildCommServer
-       VERSION = "1.5.0"
+       VERSION = "1.6.0"
 
        private_class_method :new
 
@@ -330,7 +330,7 @@ end
 
 
 class BuildCommClient
-       VERSION = "1.5.0"
+       VERSION = "1.6.0"
 
        private_class_method :new