Skip to content

Commit

Permalink
Preparing to create tag 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl committed Oct 24, 2024
1 parent 95642f5 commit 2303975
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ every change, see the Git log.

Latest
------
* tbd

9.0.1
-----
* Patch: Made Neon detection work on MacOS.

9.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/cpuid/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inline namespace STEINWURF_CPUID_VERSION
{
std::string version()
{
return "9.0.0";
return "9.0.1";
}
}
}
2 changes: 1 addition & 1 deletion src/cpuid/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace cpuid
{
/// Here we define the STEINWURF_CPUID_VERSION this should be updated on each
/// release
#define STEINWURF_CPUID_VERSION v9_0_0
#define STEINWURF_CPUID_VERSION v9_0_1

inline namespace STEINWURF_CPUID_VERSION
{
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ from waflib.Build import BuildContext
import os

APPNAME = "cpuid"
VERSION = "9.0.0"
VERSION = "9.0.1"


def configure(conf):
Expand Down

0 comments on commit 2303975

Please sign in to comment.