Skip to content

Commit 2303975

Browse files
committed
Preparing to create tag 9.0.1
1 parent 95642f5 commit 2303975

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

NEWS.rst

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ every change, see the Git log.
66

77
Latest
88
------
9+
* tbd
10+
11+
9.0.1
12+
-----
913
* Patch: Made Neon detection work on MacOS.
1014

1115
9.0.0

src/cpuid/version.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inline namespace STEINWURF_CPUID_VERSION
1212
{
1313
std::string version()
1414
{
15-
return "9.0.0";
15+
return "9.0.1";
1616
}
1717
}
1818
}

src/cpuid/version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace cpuid
1111
{
1212
/// Here we define the STEINWURF_CPUID_VERSION this should be updated on each
1313
/// release
14-
#define STEINWURF_CPUID_VERSION v9_0_0
14+
#define STEINWURF_CPUID_VERSION v9_0_1
1515

1616
inline namespace STEINWURF_CPUID_VERSION
1717
{

wscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ from waflib.Build import BuildContext
55
import os
66

77
APPNAME = "cpuid"
8-
VERSION = "9.0.0"
8+
VERSION = "9.0.1"
99

1010

1111
def configure(conf):

0 commit comments

Comments
 (0)