Skip to content

Commit

Permalink
VERSION: 2.7.2 released, doing 2.7.3rc1 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 Jan 3, 2023
1 parent 5d525b5 commit c02433e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Expand Up @@ -9,7 +9,7 @@

major=2
minor=7
release=2
release=3

# greek is used for alpha or beta release tags. If it is non-empty,
# it will be appended to the version number. It does not have to be
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.7.2rc1-1-1.5.1"
versionName "2.7.3rc1-1-1.5.1"
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,10 +12,10 @@
#ifndef HWLOC_CONFIG_H
#define HWLOC_CONFIG_H

#define HWLOC_VERSION "2.7.2rc1"
#define HWLOC_VERSION "2.7.3rc1"
#define HWLOC_VERSION_MAJOR 2
#define HWLOC_VERSION_MINOR 7
#define HWLOC_VERSION_RELEASE 2
#define HWLOC_VERSION_RELEASE 3
#define HWLOC_VERSION_GREEK "rc1"

#if (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95))
Expand Down
2 changes: 1 addition & 1 deletion contrib/windows-cmake/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.15)
project(hwloc
LANGUAGES C
VERSION 2.7.2)
VERSION 2.7.3)

enable_testing()

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,10 +11,10 @@
#ifndef HWLOC_CONFIG_H
#define HWLOC_CONFIG_H

#define HWLOC_VERSION "2.7.2rc1"
#define HWLOC_VERSION "2.7.3rc1"
#define HWLOC_VERSION_MAJOR 2
#define HWLOC_VERSION_MINOR 7
#define HWLOC_VERSION_RELEASE 2
#define HWLOC_VERSION_RELEASE 3
#define HWLOC_VERSION_GREEK "rc1"

#define __hwloc_restrict
Expand Down

0 comments on commit c02433e

Please sign in to comment.