Skip to content

Commit 79d8fed

Browse files
author
=
committed
Version 1.1.7
1 parent fea11cf commit 79d8fed

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.6 LANGUAGES C)
2+
project(Splinter VERSION 1.1.7 LANGUAGES C)
33

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

7-
set(SPLINTER_VERSION_STRING "1.1.6")
7+
set(SPLINTER_VERSION_STRING "1.1.7")
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.6"
3+
version = "1.1.7"
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.6"
3+
version = "1.1.7"
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 "2a1e197"
6+
#define SPLINTER_BUILD "fea11cf"
77

88
#endif /* BUILD_H */
99

0 commit comments

Comments
 (0)