Skip to content

Commit eafb477

Browse files
Merge pull request #102 from psychocoderHPC/topic-setVersionTo1.5.0
increase version to 1.5.0
2 parents 6f95b69 + 2638270 commit eafb477

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/isaac/isaac_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22

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

77
#define ISAAC_PROTOCOL_VERSION_MAJOR 1

server/src/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22

33
#define ISAAC_SERVER_VERSION_MAJOR 1
4-
#define ISAAC_SERVER_VERSION_MINOR 1
4+
#define ISAAC_SERVER_VERSION_MINOR 5
55
#define ISAAC_SERVER_VERSION_PATCH 0
66

77
#define ISAAC_PROTOCOL_VERSION_MAJOR 1

0 commit comments

Comments
 (0)