Skip to content

Commit 45a4b66

Browse files
author
Jason Mobarak
committed
Release v3.4.8
1 parent ce5e3d1 commit 45a4b66

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

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

3333
/** \} */
3434

docs/sbp.pdf

10 KB
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.8-alpha
2+
version: 3.4.8
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.8-alpha
1+
3.4.8

python/sbp/RELEASE-VERSION

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

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.8-alpha"
10+
version = "3.4.8"
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.8-alpha"
10+
version = "3.4.8"
1111
authors = ["Swift Navigation <[email protected]>"]
1212
edition = "2018"
1313

0 commit comments

Comments
 (0)