Skip to content

Commit 6168f48

Browse files
author
Jason Mobarak
committed
Release v3.4.14 of libsbp
1 parent aa01bda commit 6168f48

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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 13
28+
#define SBP_PATCH_VERSION 14
2929

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

3333
/** \} */
3434

docs/sbp.pdf

-922 Bytes
Binary file not shown.

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.14-alpha
2+
version: 3.4.14
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.14-alpha
1+
3.4.14

python/sbp/RELEASE-VERSION

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

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.14-alpha"
10+
version = "3.4.14"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

0 commit comments

Comments
 (0)