This is an automated email from the ASF dual-hosted git repository.

echobravo pushed a commit to branch feature-GEODE-5968
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit c7a2165bb61ac271b5dba79cf45d6f6a45a754a0
Author: Ernie Burghardt <eburgha...@pivotal.io>
AuthorDate: Fri Nov 2 21:25:20 2018 -0600

    GEODE-5968: move protocol to the last release of Geode
---
 cppcache/src/Version.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cppcache/src/Version.cpp b/cppcache/src/Version.cpp
index cfba6b2..57ed94a 100644
--- a/cppcache/src/Version.cpp
+++ b/cppcache/src/Version.cpp
@@ -22,7 +22,7 @@ namespace apache {
 namespace geode {
 namespace client {
 
-int8_t Version::m_ordinal = 95;  // Geode 1.8.0
+int8_t Version::m_ordinal = 90;  // Geode 1.7.0
 
 }  // namespace client
 }  // namespace geode

Reply via email to