Skip to content

Commit 004e823

Browse files
author
=
committed
Version 1.1.8
1 parent d26160f commit 004e823

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"deno.enable": true
2+
"deno.enable": true,
3+
"cSpell.words": [
4+
"bindgen",
5+
"libc",
6+
"rlib"
7+
]
38
}

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

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

7-
set(SPLINTER_VERSION_STRING "1.1.7")
7+
set(SPLINTER_VERSION_STRING "1.1.8")
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.7"
3+
version = "1.1.8"
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.7"
3+
version = "1.1.8"
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 "e73ba2a"
6+
#define SPLINTER_BUILD "d26160f"
77

88
#endif /* BUILD_H */
99

0 commit comments

Comments
 (0)