Date: Friday, April 7, 2006 @ 16:47:02
Author: gilles
Path: /cvsroot/carob/carob/include
Modified: Connection.hpp (1.64 -> 1.65)
Updated protocol version
----------------+
Connection.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: carob/include/Connection.hpp
diff -u carob/include/Connection.hpp:1.64 carob/include/Connection.hpp:1.65
--- carob/include/Connection.hpp:1.64 Thu Mar 23 10:25:38 2006
+++ carob/include/Connection.hpp Fri Apr 7 16:47:02 2006
@@ -31,8 +31,8 @@
#include <list>
namespace {
-const int32_t ProtocolVersion = (static_cast<int32_t>(0) /* major */ << 16)
- + 40 /* minor */;
+const int32_t ProtocolVersion = (static_cast<int32_t>(1) /* major */ << 16)
+ + 0 /* minor */;
}
namespace CarobNS {
_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits