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

[geode-native] branch develop updated: Revert "GEODE-5968: move protocol to the last release of Geode"

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

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new d193a5b  Revert "GEODE-5968: move protocol to the last release of Geode"
d193a5b is described below

commit d193a5b4bb154d24942521a4267d64f7b63582c1
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Sat Nov 3 09:42:11 2018 -0700

    Revert "GEODE-5968: move protocol to the last release of Geode"
    
    This reverts commit 5c29ba8b518594221aa4f285f39673a0d2fe6867.
    This reverts commit c36abe5803b30dade41155b8a9bae04c81542929.
---
 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 57ed94a..9d3feac 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 = 90;  // Geode 1.7.0
+int8_t Version::m_ordinal = 45;  // Geode 1.0.0
 
 }  // namespace client
 }  // namespace geode