Skip to content

Commit d8ec454

Browse files
author
Jason Mobarak
committed
Release v3.4.10
1 parent 83110ea commit d8ec454

File tree

10 files changed

+6645
-23
lines changed

10 files changed

+6645
-23
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 9
28+
#define SBP_PATCH_VERSION 10
2929

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

3333
/** \} */
3434

docs/sbp.pdf

-827 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.10-alpha
2+
version: 3.4.10
33
synopsis: SwiftNav's SBP Library
44
homepage: https://github.com/swift-nav/libsbp
55
license: MIT

javascript/sbp.bundle.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/sbp/RELEASE-VERSION

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

0 commit comments

Comments
 (0)