We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1dd2bf commit 98db880Copy full SHA for 98db880
include/config/sparrow_ipc_version.hpp
@@ -3,8 +3,8 @@
3
namespace sparrow_ipc
4
{
5
constexpr int SPARROW_IPC_VERSION_MAJOR = 0;
6
- constexpr int SPARROW_IPC_VERSION_MINOR = 0;
7
- constexpr int SPARROW_IPC_VERSION_PATCH = 1;
+ constexpr int SPARROW_IPC_VERSION_MINOR = 1;
+ constexpr int SPARROW_IPC_VERSION_PATCH = 0;
8
9
constexpr int SPARROW_IPC_BINARY_CURRENT = 0;
10
constexpr int SPARROW_IPC_BINARY_REVISION = 0;
0 commit comments