Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Feb 24, 2025
1 parent 2843af5 commit 925f9c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/sparrow/config/sparrow_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
namespace sparrow
{
constexpr int SPARROW_VERSION_MAJOR = 0;
constexpr int SPARROW_VERSION_MINOR = 3;
constexpr int SPARROW_VERSION_MINOR = 4;
constexpr int SPARROW_VERSION_PATCH = 0;

constexpr int SPARROW_BINARY_CURRENT = 2;
constexpr int SPARROW_BINARY_CURRENT = 3;
constexpr int SPARROW_BINARY_REVISION = 0;
constexpr int SPARROW_BINARY_AGE = 0;
}

0 comments on commit 925f9c6

Please sign in to comment.