Skip to content

Commit

Permalink
Preparing to create tag 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl committed Dec 15, 2023
1 parent 4ca75b9 commit 76680ec
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

6.0.0
-----
* Major: Removed `metrics::observe_metric()` as this functionality should be
handled elsewhere and differently.

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

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


APPNAME = "abacus"
VERSION = "5.2.2"
VERSION = "6.0.0"


def configure(conf):
Expand Down

0 comments on commit 76680ec

Please sign in to comment.