Skip to content

Commit 6bcc3cf

Browse files
committed
prep for next release #no_auto_pr
1 parent f1cb603 commit 6bcc3cf

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

c/include/libsbp/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define SBP_PATCH_VERSION 7
2929

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

3333
/** Is this a staging branch? */
3434
#define SBP_STAGING 0

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: 5.0.7
2+
version: 5.0.8-alpha
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-
5.0.7
1+
5.0.8-alpha

kaitai/ksy/sbp.ksy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
99
# WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
1010
#
11-
# Kaitai Struct definition file for Swift Binary Protocol 5.0.7
11+
# Kaitai Struct definition file for Swift Binary Protocol 5.0.8-alpha
1212
#
1313
# Automatically generated with generate.py. Do not hand edit!
1414

python/sbp/RELEASE-VERSION

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

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 = "5.0.7"
10+
version = "5.0.8-alpha"
1111
description = "Rust native implementation of SBP (Swift Binary Protocol) for communicating with devices made by Swift Navigation"
1212
authors = ["Swift Navigation <dev@swiftnav.com>"]
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 = "5.0.7-unreleased"
10+
version = "5.0.8-alpha"
1111
repository = "https://github.com/swift-nav/libsbp"
1212
description = "Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools"
1313
authors = ["Swift Navigation <dev@swiftnav.com>"]

0 commit comments

Comments
 (0)