Skip to content

Commit

Permalink
Release v4.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
silverjam committed May 27, 2023
1 parent 25e15c6 commit 3e32621
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions c/include/libsbp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
/** Protocol minor version. */
#define SBP_MINOR_VERSION 14
/** Protocol patch version. */
#define SBP_PATCH_VERSION 0
#define SBP_PATCH_VERSION 1

/** Full SBP version string. */
#define SBP_VERSION "4.14.1-alpha"
#define SBP_VERSION "4.14.1"

/** Is this a staging branch? */
#define SBP_STAGING 0
Expand Down
Binary file modified docs/sbp.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions generator/sbpg/targets/resources/rust/sbp2json_cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
[package]
name = "sbp2json"
version = "(((release)))"
repository = "https://github.com/swift-nav/libsbp"
description = "Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools"
authors = ["Swift Navigation <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion haskell/sbp.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sbp
version: 4.14.1-alpha
version: 4.14.1
synopsis: SwiftNav's SBP Library
homepage: https://github.com/swift-nav/libsbp
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion javascript/sbp/RELEASE-VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.14.1-alpha
4.14.1
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sbp",
"version": "4.14.1-alpha",
"version": "4.14.1",
"description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/",
"files": [
"javascript/*",
Expand Down
2 changes: 1 addition & 1 deletion python/sbp/RELEASE-VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.14.1-alpha
4.14.1
1 change: 0 additions & 1 deletion release.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pre-release-hook = ["./release-hook.sh"]
tag = false
push = false
dev-version = false
2 changes: 1 addition & 1 deletion rust/sbp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[package]
name = "sbp"
version = "4.14.1-alpha"
version = "4.14.1"
description = "Rust native implementation of SBP (Swift Binary Protocol) for communicating with devices made by Swift Navigation"
authors = ["Swift Navigation <[email protected]>"]
repository = "https://github.com/swift-nav/libsbp"
Expand Down
3 changes: 2 additions & 1 deletion rust/sbp2json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

[package]
name = "sbp2json"
version = "4.14.1-alpha"
version = "4.14.1-unreleased"
repository = "https://github.com/swift-nav/libsbp"
description = "Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools"
authors = ["Swift Navigation <[email protected]>"]
edition = "2018"
Expand Down

0 comments on commit 3e32621

Please sign in to comment.