Skip to content

Commit

Permalink
Publishing nanopb-0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PetteriAimonen committed Feb 13, 2016
1 parent 6f0dfe1 commit a57831a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
nanopb-0.3.5 (2016-02-xx)
nanopb-0.3.5 (2016-02-13)
NOTE: If you are using pb_syshdr.h, you will need to add uint_least8_t
definition. See docs/migration.rst for details.

Fix generator crash with Enum inside Oneof (#188)
Fix some generator regressions related to .options file path (#172)
Add support for platforms without uint8_t (#191)
Expand Down
2 changes: 1 addition & 1 deletion docs/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ are included, in order to make it easier to find this document.

.. contents ::
Nanopb-0.3.5 (2016-xx-xx)
Nanopb-0.3.5 (2016-02-13)
=========================

Add support for platforms without uint8_t
Expand Down
2 changes: 1 addition & 1 deletion generator/nanopb_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from __future__ import unicode_literals

'''Generate header file for nanopb from a ProtoBuf FileDescriptorSet.'''
nanopb_version = "nanopb-0.3.5-dev"
nanopb_version = "nanopb-0.3.5"

import sys
import re
Expand Down
2 changes: 1 addition & 1 deletion pb.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

/* Version of the nanopb library. Just in case you want to check it in
* your own program. */
#define NANOPB_VERSION nanopb-0.3.5-dev
#define NANOPB_VERSION nanopb-0.3.5

/* Include all the system headers needed by nanopb. You will need the
* definitions of the following:
Expand Down

0 comments on commit a57831a

Please sign in to comment.