Skip to content

Commit

Permalink
Preparing to create tag 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl committed Jun 26, 2023
1 parent 93a68fc commit 97a9138
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

10.0.1
------
* Patch: Better support for unicode escape sequences.

10.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/bourne/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inline namespace STEINWURF_BOURNE_VERSION
{
std::string version()
{
return "10.0.0";
return "10.0.1";
}
}
}
2 changes: 1 addition & 1 deletion src/bourne/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_BOURNE_VERSION this should be updated on each
/// release
#define STEINWURF_BOURNE_VERSION v10_0_0
#define STEINWURF_BOURNE_VERSION v10_0_1

inline namespace STEINWURF_BOURNE_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 @@ import os
from waflib.Build import BuildContext

APPNAME = "bourne"
VERSION = "10.0.0"
VERSION = "10.0.1"


def configure(conf):
Expand Down

0 comments on commit 97a9138

Please sign in to comment.