Skip to content

Commit 97a9138

Browse files
committed
Preparing to create tag 10.0.1
1 parent 93a68fc commit 97a9138

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

NEWS.rst

Lines changed: 4 additions & 0 deletions
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+
10.0.1
12+
------
913
* Patch: Better support for unicode escape sequences.
1014

1115
10.0.0

src/bourne/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inline namespace STEINWURF_BOURNE_VERSION
1212
{
1313
std::string version()
1414
{
15-
return "10.0.0";
15+
return "10.0.1";
1616
}
1717
}
1818
}

src/bourne/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace cpuid
1111
{
1212
/// Here we define the STEINWURF_BOURNE_VERSION this should be updated on each
1313
/// release
14-
#define STEINWURF_BOURNE_VERSION v10_0_0
14+
#define STEINWURF_BOURNE_VERSION v10_0_1
1515

1616
inline namespace STEINWURF_BOURNE_VERSION
1717
{

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import os
55
from waflib.Build import BuildContext
66

77
APPNAME = "bourne"
8-
VERSION = "10.0.0"
8+
VERSION = "10.0.1"
99

1010

1111
def configure(conf):

0 commit comments

Comments
 (0)