diff --git a/c/cmake/common b/c/cmake/common index b5f4e040b2..4047c08879 160000 --- a/c/cmake/common +++ b/c/cmake/common @@ -1 +1 @@ -Subproject commit b5f4e040b2c0449f7dbd8ecef02ad22a95f90c6e +Subproject commit 4047c088796bd88511bba6d17362a8e95847a88c diff --git a/c/include/libsbp/version.h b/c/include/libsbp/version.h index d211f22e8d..c8511f7e3e 100644 --- a/c/include/libsbp/version.h +++ b/c/include/libsbp/version.h @@ -23,12 +23,12 @@ /** Protocol major version. */ #define SBP_MAJOR_VERSION 4 /** Protocol minor version. */ -#define SBP_MINOR_VERSION 13 +#define SBP_MINOR_VERSION 14 /** Protocol patch version. */ #define SBP_PATCH_VERSION 0 /** Full SBP version string. */ -#define SBP_VERSION "4.13.1-alpha" +#define SBP_VERSION "4.14.0" /** Is this a staging branch? */ #define SBP_STAGING 0 diff --git a/docs/sbp.pdf b/docs/sbp.pdf index 7bfa57a12f..dcc085d64d 100644 Binary files a/docs/sbp.pdf and b/docs/sbp.pdf differ diff --git a/haskell/sbp.cabal b/haskell/sbp.cabal index 370fae0c3a..e69fa30223 100644 --- a/haskell/sbp.cabal +++ b/haskell/sbp.cabal @@ -1,5 +1,5 @@ name: sbp -version: 4.13.1-alpha +version: 4.14.0 synopsis: SwiftNav's SBP Library homepage: https://github.com/swift-nav/libsbp license: MIT diff --git a/javascript/sbp/RELEASE-VERSION b/javascript/sbp/RELEASE-VERSION index c3a3c34967..09ce0ce71b 100644 --- a/javascript/sbp/RELEASE-VERSION +++ b/javascript/sbp/RELEASE-VERSION @@ -1 +1 @@ -4.13.1-alpha \ No newline at end of file +4.14.0 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index be9ddb7e00..1f7c69cc65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sbp", - "version": "4.13.1-alpha", + "version": "4.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sbp", - "version": "4.13.1-alpha", + "version": "4.14.0", "license": "MIT", "dependencies": { "binary-parser": "^1.7.0", diff --git a/package.json b/package.json index 5b1e828069..9a0b0d6ff9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sbp", - "version": "4.13.1-alpha", + "version": "4.14.0", "description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/", "files": [ "javascript/*", diff --git a/python/sbp/RELEASE-VERSION b/python/sbp/RELEASE-VERSION index c3a3c34967..09ce0ce71b 100644 --- a/python/sbp/RELEASE-VERSION +++ b/python/sbp/RELEASE-VERSION @@ -1 +1 @@ -4.13.1-alpha \ No newline at end of file +4.14.0 \ No newline at end of file diff --git a/rust/sbp/Cargo.toml b/rust/sbp/Cargo.toml index d3d0df2216..c651635060 100644 --- a/rust/sbp/Cargo.toml +++ b/rust/sbp/Cargo.toml @@ -7,7 +7,7 @@ [package] name = "sbp" -version = "4.13.1-alpha" +version = "4.14.0" description = "Rust native implementation of SBP (Swift Binary Protocol) for communicating with devices made by Swift Navigation" authors = ["Swift Navigation "] repository = "https://github.com/swift-nav/libsbp" diff --git a/rust/sbp2json/Cargo.toml b/rust/sbp2json/Cargo.toml index 7eab8485f9..e47b3254bf 100644 --- a/rust/sbp2json/Cargo.toml +++ b/rust/sbp2json/Cargo.toml @@ -7,7 +7,7 @@ [package] name = "sbp2json" -version = "4.13.1-alpha" +version = "4.14.0-unreleased" description = "Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools" authors = ["Swift Navigation "] edition = "2018"