Skip to content

Commit

Permalink
Prepare 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Feb 10, 2017
1 parent f350d15 commit 2e8b822
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
protobluff-1.0.1 (2017-02-10)

* Fixed compile error when linking with CXX
* Fixed missing implicit default value for enumerations

protobluff-1.0.0 (2017-01-08)

protobluff reaches maturity.
Expand Down
4 changes: 2 additions & 2 deletions 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.0], [martin.donath@squidfunk.com])
AC_INIT([protobluff], [1.0.1], [martin.donath@squidfunk.com])
AM_INIT_AUTOMAKE([subdir-objects foreign])

m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
Expand All @@ -48,7 +48,7 @@ AC_CONFIG_MACRO_DIR([m4])

# Library versioning as <current:revision:age> - also remember to synchronize
# this value with the version info in the core/common.h header file.
AC_SUBST([VERSION_INFO], [5:0:0])
AC_SUBST([VERSION_INFO], [5:1:0])

# Checks for programs
AC_PROG_AWK
Expand Down

0 comments on commit 2e8b822

Please sign in to comment.