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:
22e0a78
)
Set version to 0.2.0-dev
author
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Mon, 11 Feb 2013 19:54:24 +0000
(21:54 +0200)
committer
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Mon, 11 Feb 2013 19:54:24 +0000
(21:54 +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
48239c1
..
1683b01
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.9
-dev"
+nanopb_version = "
0.2.0
-dev"
try:
import google.protobuf.descriptor_pb2 as descriptor
diff --git
a/pb.h
b/pb.h
index
b19dfcf
..
e28db6a
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.9
-dev
+#define NANOPB_VERSION
0.2.0
-dev
#include <stdint.h>
#include <stddef.h>