Skip to content

Commit 2e8b822

Browse files
committed
Prepare 1.0.1 release
1 parent f350d15 commit 2e8b822

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
protobluff-1.0.1 (2017-02-10)
2+
3+
* Fixed compile error when linking with CXX
4+
* Fixed missing implicit default value for enumerations
5+
16
protobluff-1.0.0 (2017-01-08)
27

38
protobluff reaches maturity.

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
AC_PREREQ(2.69)
2626

27-
AC_INIT([protobluff], [1.0.0], [[email protected]])
27+
AC_INIT([protobluff], [1.0.1], [[email protected]])
2828
AM_INIT_AUTOMAKE([subdir-objects foreign])
2929

3030
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -48,7 +48,7 @@ AC_CONFIG_MACRO_DIR([m4])
4848

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

5353
# Checks for programs
5454
AC_PROG_AWK

0 commit comments

Comments
 (0)