Skip to content

Commit

Permalink
Prepare 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jul 11, 2019
1 parent a9cc5c1 commit 2bc90e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
protobluff-1.1.0 (2019-xx-xx)
protobluff-1.1.0 (2019-06-11)

* Fixed compatibility issues with protobuf 3.6+
* Fixed generator compatibility issues with protobuf 3.6+

protobluff-1.0.3 (2018-08-02)

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

AC_PREREQ(2.69)

AC_INIT([protobluff], [1.0.3], [[email protected]])
AC_INIT([protobluff], [1.1.0], [[email protected]])
AM_INIT_AUTOMAKE([subdir-objects foreign])

m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
Expand Down

0 comments on commit 2bc90e9

Please sign in to comment.