Skip to content

Commit df3fb58

Browse files
bgoglinndenoyelle
authored andcommitted
VERSION: master is now 2.2.0
Signed-off-by: Brice Goglin <[email protected]>
1 parent 3d9dee6 commit df3fb58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Please update HWLOC_VERSION* in contrib/windows/hwloc_config.h too.
99

1010
major=2
11-
minor=1
11+
minor=2
1212
release=0
1313

1414
# greek is used for alpha or beta release tags. If it is non-empty,

contrib/windows/hwloc_config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright © 2009 CNRS
3-
* Copyright © 2009-2018 Inria. All rights reserved.
3+
* Copyright © 2009-2019 Inria. All rights reserved.
44
* Copyright © 2009-2012 Université Bordeaux
55
* Copyright © 2009-2011 Cisco Systems, Inc. All rights reserved.
66
* See COPYING in top-level directory.
@@ -11,9 +11,9 @@
1111
#ifndef HWLOC_CONFIG_H
1212
#define HWLOC_CONFIG_H
1313

14-
#define HWLOC_VERSION "2.1.0"
14+
#define HWLOC_VERSION "2.2.0"
1515
#define HWLOC_VERSION_MAJOR 2
16-
#define HWLOC_VERSION_MINOR 1
16+
#define HWLOC_VERSION_MINOR 2
1717
#define HWLOC_VERSION_RELEASE 0
1818
#define HWLOC_VERSION_GREEK ""
1919

0 commit comments

Comments
 (0)