Skip to content

Commit 430020c

Browse files
silverjamJason Mobarak
authored andcommitted
Version 2.6.4 updates
1 parent 3f12761 commit 430020c

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

c/include/libsbp/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/** Protocol minor version. */
2626
#define SBP_MINOR_VERSION 6
2727
/** Protocol patch version. */
28-
#define SBP_PATCH_VERSION 3
28+
#define SBP_PATCH_VERSION 4
2929

3030
/** \} */
3131

docs/sbp.pdf

-16.5 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: 2.6.3
2+
version: 2.6.4
33
synopsis: SwiftNav's SBP Library
44
homepage: https://github.com/swift-nav/libsbp
55
license: LGPL-3

javascript/sbp.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sbp",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/",
55
"files": [
66
"javascript/*",

python/sbp/RELEASE-VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.3
1+
2.6.4

0 commit comments

Comments
 (0)