Skip to content

Commit 8623350

Browse files
author
Jason Mobarak
committed
Release v3.4.11
1 parent 03cc73e commit 8623350

File tree

11 files changed

+17
-13
lines changed

11 files changed

+17
-13
lines changed

c/include/libsbp/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
/** Protocol minor version. */
2626
#define SBP_MINOR_VERSION 4
2727
/** Protocol patch version. */
28-
#define SBP_PATCH_VERSION 10
28+
#define SBP_PATCH_VERSION 11
2929

3030
/** Full SBP version string. */
31-
#define SBP_VERSION "3.4.11-alpha"
31+
#define SBP_VERSION "3.4.11"
3232

3333
/** \} */
3434

docs/sbp.pdf

-853 Bytes
Binary file not shown.

generator/sbpg/targets/resources/sbp2json-cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sha2 = "0.8"
3232
hex = "0.4"
3333
assert_cmd = "1.0.1"
3434
serde_json = "1"
35-
assert-json-diff = "1.1.0"
35+
assert-json-diff = "2.0"
3636

3737
[profile.release]
3838
lto = true

haskell/sbp.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sbp
2-
version: 3.4.11-alpha
2+
version: 3.4.11
33
synopsis: SwiftNav's SBP Library
44
homepage: https://github.com/swift-nav/libsbp
55
license: MIT

javascript/sbp/RELEASE-VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.11-alpha
1+
3.4.11

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sbp",
3-
"version": "3.4.10",
3+
"version": "3.4.11-alpha",
44
"description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/",
55
"files": [
66
"javascript/*",

python/sbp/RELEASE-VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.11-alpha
1+
3.4.11

rust/sbp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[package]
99
name = "sbp"
10-
version = "3.4.11-alpha"
10+
version = "3.4.11"
1111
description = "Rust native implementation of SBP (Swift Binary Protocol) for communicating with devices made by Swift Navigation"
1212
authors = ["Swift Navigation <[email protected]>"]
1313
repository = "https://github.com/swift-nav/libsbp"

rust/sbp2json/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[package]
99
name = "sbp2json"
10-
version = "3.4.11-alpha"
10+
version = "3.4.11"
1111
authors = ["Swift Navigation <[email protected]>"]
1212
edition = "2018"
1313

@@ -32,7 +32,7 @@ sha2 = "0.8"
3232
hex = "0.4"
3333
assert_cmd = "1.0.1"
3434
serde_json = "1"
35-
assert-json-diff = "1.1.0"
35+
assert-json-diff = "2.0"
3636

3737
[profile.release]
3838
lto = true

0 commit comments

Comments
 (0)