Skip to content

Commit

Permalink
Preparing to create tag 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl committed Feb 9, 2021
1 parent 610e64a commit 086d6c1
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.0
-----
* Major: Change cmake object library approach.

8.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 "8.0.0";
return "9.0.0";
}
}
}
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 v8_0_0
#define STEINWURF_BOURNE_VERSION v9_0_0

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 @@ -4,7 +4,7 @@
from waflib.Build import BuildContext

APPNAME = 'bourne'
VERSION = '8.0.0'
VERSION = '9.0.0'


def build(bld):
Expand Down

0 comments on commit 086d6c1

Please sign in to comment.