Skip to content

Commit

Permalink
Preparing to create tag 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
techbech committed Oct 6, 2023
1 parent 5da5b62 commit c26b173
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

5.2.1
-----
* Patch: Bumped protobuf version to 2.0.4.

5.2.0
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.0";
return "5.2.1";
}
}
}
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_0
#define STEINWURF_ABACUS_VERSION v5_2_1

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.0"
VERSION = "5.2.1"


def configure(conf):
Expand Down

0 comments on commit c26b173

Please sign in to comment.