Date: Thursday, November 30, 2006 @ 17:47:49
  Author: gilles
    Path: /cvsroot/carob/carob/include

Modified: Connection.hpp (1.74 -> 1.75)

Upgraded protocol minor version following SEQUOIA-506 fix


----------------+
 Connection.hpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: carob/include/Connection.hpp
diff -u carob/include/Connection.hpp:1.74 carob/include/Connection.hpp:1.75
--- carob/include/Connection.hpp:1.74   Wed Nov 29 20:36:49 2006
+++ carob/include/Connection.hpp        Thu Nov 30 17:47:49 2006
@@ -33,7 +33,7 @@
 
 namespace {
 const int32_t ProtocolVersion = (static_cast<int32_t>(8) /* major */ << 16)
-                                                    + 10 /* minor */;
+                                                    + 11 /* minor */;
 }
 
 namespace CarobNS {

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to