Skip to content

Commit 22df67e

Browse files
committed
Increased version counter in isaac_version.hpp
1 parent 8833ac4 commit 22df67e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/isaac/isaac_version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#pragma once
22

33
#define ISAAC_VERSION_MAJOR 1
4-
#define ISAAC_VERSION_MINOR 1
5-
#define ISAAC_VERSION_PATCH 0
4+
#define ISAAC_VERSION_MINOR 3
5+
#define ISAAC_VERSION_PATCH 1
66

77
#define ISAAC_PROTOCOL_VERSION_MAJOR 1
88
#define ISAAC_PROTOCOL_VERSION_MINOR 0

0 commit comments

Comments
 (0)