From 7bfcd4545d847c977d1b4925474345e6d5962d81 Mon Sep 17 00:00:00 2001 From: Joshua Ladd Date: Wed, 18 Jul 2018 00:23:24 +0300 Subject: [PATCH] OSHMEM Specification version: Bump to v1.4 Signed-off-by: Joshua Ladd --- oshmem/include/shmem.fh | 4 ++-- oshmem/include/shmem.h.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/oshmem/include/shmem.fh b/oshmem/include/shmem.fh index bb7fc281d6..be08ecba69 100644 --- a/oshmem/include/shmem.fh +++ b/oshmem/include/shmem.fh @@ -1,6 +1,6 @@ ! Emacs: -*- mode: fortran; -*- ! -! Copyright (c) 2013 Mellanox Technologies, Inc. +! Copyright (c) 2018 Mellanox Technologies, Inc. ! All rights reserved. ! Copyright (c) 2014 Cisco Systems, Inc. All rights reserved. ! $COPYRIGHT$ @@ -17,7 +17,7 @@ parameter ( SHMEM_MAJOR_VERSION = 1 ) integer SHMEM_MINOR_VERSION - parameter ( SHMEM_MINOR_VERSION = 3 ) + parameter ( SHMEM_MINOR_VERSION = 4 ) integer SHMEM_MAX_NAME_LEN parameter ( SHMEM_MAX_NAME_LEN = 256-1 ) diff --git a/oshmem/include/shmem.h.in b/oshmem/include/shmem.h.in index d9056f2de9..43a2a58254 100644 --- a/oshmem/include/shmem.h.in +++ b/oshmem/include/shmem.h.in @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2016 Mellanox Technologies, Inc. + * Copyright (c) 2014-2018 Mellanox Technologies, Inc. * All rights reserved. * Copyright (c) 2014 Intel, Inc. All rights reserved * Copyright (c) 2016 Research Organization for Information Science @@ -79,7 +79,7 @@ extern "C" { * Constants and definitions */ #define SHMEM_MAJOR_VERSION 1 -#define SHMEM_MINOR_VERSION 3 +#define SHMEM_MINOR_VERSION 4 #define SHMEM_VENDOR_STRING "http://www.open-mpi.org/" #define SHMEM_MAX_NAME_LEN 256