Skip to content

Commit

Permalink
VERSION: 2.10.0rc1 done, doing rc2 now
Browse files Browse the repository at this point in the history
Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
  • Loading branch information
bgoglin committed Nov 9, 2023
1 parent ae5bf7e commit 6b4a02c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Expand Up @@ -18,7 +18,7 @@ release=0
# requirement is that it must be entirely printable ASCII characters
# and have no white space.

greek=rc1
greek=rc2

# The date when this release was created

Expand Down
2 changes: 1 addition & 1 deletion contrib/android/AndroidApp/lstopo/build.gradle
Expand Up @@ -11,7 +11,7 @@ android {
// Official hwloc version - snapshot number - android apk version
// Set snapshot number to 1 when the hwloc version is increased.
// Increase the snapshot number when the hwloc code changed but not its version
versionName "2.10.0rc1-1-1.5.3"
versionName "2.10.0rc2-1-1.5.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down
6 changes: 3 additions & 3 deletions contrib/android/include/hwloc/autogen/config.h
@@ -1,7 +1,7 @@
/* include/hwloc/autogen/config.h. Generated from config.h.in by configure. */
/* -*- c -*-
* Copyright © 2009 CNRS
* Copyright © 2009-2022 Inria. All rights reserved.
* Copyright © 2009-2023 Inria. All rights reserved.
* Copyright © 2009-2012 Université Bordeaux
* Copyright © 2009-2011 Cisco Systems, Inc. All rights reserved.
* See COPYING in top-level directory.
Expand All @@ -12,11 +12,11 @@
#ifndef HWLOC_CONFIG_H
#define HWLOC_CONFIG_H

#define HWLOC_VERSION "2.10.0rc1"
#define HWLOC_VERSION "2.10.0rc2"
#define HWLOC_VERSION_MAJOR 2
#define HWLOC_VERSION_MINOR 10
#define HWLOC_VERSION_RELEASE 0
#define HWLOC_VERSION_GREEK "rc1"
#define HWLOC_VERSION_GREEK "rc2"

#if (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95))
# define __hwloc_restrict __restrict
Expand Down
6 changes: 3 additions & 3 deletions contrib/windows/hwloc_config.h
@@ -1,6 +1,6 @@
/*
* Copyright © 2009 CNRS
* Copyright © 2009-2022 Inria. All rights reserved.
* Copyright © 2009-2023 Inria. All rights reserved.
* Copyright © 2009-2012 Université Bordeaux
* Copyright © 2009-2011 Cisco Systems, Inc. All rights reserved.
* See COPYING in top-level directory.
Expand All @@ -11,11 +11,11 @@
#ifndef HWLOC_CONFIG_H
#define HWLOC_CONFIG_H

#define HWLOC_VERSION "2.10.0rc1"
#define HWLOC_VERSION "2.10.0rc2"
#define HWLOC_VERSION_MAJOR 2
#define HWLOC_VERSION_MINOR 10
#define HWLOC_VERSION_RELEASE 0
#define HWLOC_VERSION_GREEK "rc1"
#define HWLOC_VERSION_GREEK "rc2"

#define __hwloc_restrict
#define __hwloc_inline __inline
Expand Down

0 comments on commit 6b4a02c

Please sign in to comment.