Publishing nanopb-0.1.9
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Wed, 13 Feb 2013 19:12:09 +0000 (21:12 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Wed, 13 Feb 2013 19:12:09 +0000 (21:12 +0200)
CHANGELOG
generator/nanopb_generator.py
pb.h

index 772770a..655acc8 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-git master
+nanopb-0.1.9
  Fixed error message bugs (issues 52, 56)
  Sanitize #ifndef filename (issue 50)
  Performance improvements
index 48239c1..3e04215 100644 (file)
@@ -1,5 +1,5 @@
 '''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.'''
-nanopb_version = "nanopb-0.1.9-dev"
+nanopb_version = "nanopb-0.1.9"
 
 try:
     import google.protobuf.descriptor_pb2 as descriptor
diff --git a/pb.h b/pb.h
index b19dfcf..daba127 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 nanopb-0.1.9
 
 #include <stdint.h>
 #include <stddef.h>