Code Review
/
apps
/
low-level-can-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
92bb37b
)
Setting version to 0.1.8-dev
author
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Sun, 11 Nov 2012 09:19:17 +0000
(11:19 +0200)
committer
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Sun, 11 Nov 2012 09:19:17 +0000
(11:19 +0200)
generator/nanopb_generator.py
patch
|
blob
|
history
pb.h
patch
|
blob
|
history
diff --git
a/generator/nanopb_generator.py
b/generator/nanopb_generator.py
index
36e6bf9
..
9e6f2e2
100644
(file)
--- a/
generator/nanopb_generator.py
+++ b/
generator/nanopb_generator.py
@@
-1,5
+1,5
@@
'''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.'''
-nanopb_version = "nanopb-0.1.
7
"
+nanopb_version = "nanopb-0.1.
8-dev
"
try:
import google.protobuf.descriptor_pb2 as descriptor
diff --git
a/pb.h
b/pb.h
index
1be8d4e
..
dafdfd5
100644
(file)
--- a/
pb.h
+++ b/
pb.h
@@
-6,7
+6,7
@@
* see pb_encode.h or pb_decode.h
*/
-#define NANOPB_VERSION nanopb-0.1.
7
+#define NANOPB_VERSION nanopb-0.1.
8-dev
#include <stdint.h>
#include <stddef.h>