Skip to content

Commit cbfc2e2

Browse files
author
=
committed
Version 1.1.5
1 parent 9bf3a8f commit cbfc2e2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(Splinter VERSION 1.1.0 LANGUAGES C)
2+
project(Splinter VERSION 1.1.5 LANGUAGES C)
33

44
set(CMAKE_C_STANDARD 11)
55
set(CMAKE_C_STANDARD_REQUIRED ON)
66

7-
set(SPLINTER_VERSION_STRING "1.1.0")
7+
set(SPLINTER_VERSION_STRING "1.1.5")
88
add_definitions(-DSPLINTER_VERSION="${SPLINTER_VERSION_STRING}")
99

1010
# --- Build Options ---

bindings/rust/memory/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libsplinter"
3-
version = "1.1.0"
3+
version = "1.1.5"
44
edition = "2021"
55

66
[lib]

bindings/rust/persistent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libsplinter-persist"
3-
version = "1.1.0"
3+
version = "1.1.5"
44
edition = "2021"
55

66
[lib]

build.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#ifndef BUILD_H
44
#define BUILD_H
55

6-
#define SPLINTER_BUILD "e2d8c32"
6+
#define SPLINTER_BUILD "9bf3a8f"
77

88
#endif /* BUILD_H */
99

0 commit comments

Comments
 (0)