You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bb...@apache.org on 2021/01/29 18:29:47 UTC

[geode-native] branch develop updated: Update to ace 7 (#732)

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

bbender 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 c655c68  Update to ace 7 (#732)
c655c68 is described below

commit c655c685361397f9974fc391a3411b21ba14d737
Author: M. Oleske <mo...@users.noreply.github.com>
AuthorDate: Fri Jan 29 10:29:37 2021 -0800

    Update to ace 7 (#732)
    
    Authored-by: M. Oleske <mi...@oleske.engineer>
---
 dependencies/ACE/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dependencies/ACE/CMakeLists.txt b/dependencies/ACE/CMakeLists.txt
index 6e90b40..86287de 100644
--- a/dependencies/ACE/CMakeLists.txt
+++ b/dependencies/ACE/CMakeLists.txt
@@ -13,9 +13,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-project( ACE VERSION 6.5.12 LANGUAGES NONE )
+project( ACE VERSION 7.0.0 LANGUAGES NONE )
 
-set( SHA256 de96c68a6262d6b9ba76b5057c02c7e6964c070b1328a63bf70259e9530a7996 )
+set( SHA256 9dfdc31664bc2faf7832e50197203fe274c661a56f17b18af2b227ddb34174be )
 
 if ("SunOS" STREQUAL ${CMAKE_SYSTEM_NAME})
   set( ACE_PLATFORM sunos5_sunc++ )