Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nanopb
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
le
nanopb
Commits
82dd587c
Commit
82dd587c
authored
8 years ago
by
Petteri Aimonen
Browse files
Options
Downloads
Patches
Plain Diff
Include version number in PlatformIO library.json (issue 222)
parent
dfa8652d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
library.json
+1
-0
1 addition, 0 deletions
library.json
tools/set_version.sh
+2
-0
2 additions, 0 deletions
tools/set_version.sh
with
3 additions
and
0 deletions
library.json
+
1
−
0
View file @
82dd587c
{
"name"
:
"Nanopb"
,
"version"
:
"0.3.8-dev"
,
"keywords"
:
"protocol buffers, protobuf, google"
,
"description"
:
"Nanopb is a plain-C implementation of Google's Protocol Buffers data format. It is targeted at 32 bit microcontrollers, but is also fit for other embedded systems with tight (2-10 kB ROM, <1 kB RAM) memory constraints."
,
"repository"
:
{
...
...
This diff is collapsed.
Click to expand it.
tools/set_version.sh
+
2
−
0
View file @
82dd587c
...
...
@@ -8,4 +8,6 @@ sed -i -e 's/nanopb_version\s*=\s*"[^"]*"/nanopb_version = "'$1'"/' generator/na
sed
-i
-e
's/#define\s*NANOPB_VERSION\s*.*/#define NANOPB_VERSION '
$1
'/'
pb.h
sed
-i
-e
's/set(\s*nanopb_VERSION_STRING\s*[^)]*)/set(nanopb_VERSION_STRING '
$1
')/'
CMakeLists.txt
VERSION_ONLY
=
$(
echo
$1
|
sed
's/nanopb-//'
)
sed
-i
-e
's/"version":\s*"[^"]*"/"version": "'
$VERSION_ONLY
'"/'
library.json
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment