You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ec...@apache.org on 2018/11/03 03:25:24 UTC

[geode-native] branch feature-GEODE-5968 created (now c7a2165)

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

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


      at c7a2165  GEODE-5968: move protocol to the last release of Geode

This branch includes the following new commits:

     new c7a2165  GEODE-5968: move protocol to the last release of Geode

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[geode-native] 01/01: GEODE-5968: move protocol to the last release of Geode

Posted by ec...@apache.org.
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 <eb...@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