File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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+
16protobluff-1.0.0 (2017-01-08)
27
38 protobluff reaches maturity.
Original file line number Diff line number Diff line change 2424
2525AC_PREREQ ( 2.69 )
2626
27- AC_INIT ( [ protobluff] ,
[ 1.0.0 ] ,
[ [email protected] ] ) 27+ AC_INIT ( [ protobluff] ,
[ 1.0.1 ] ,
[ [email protected] ] ) 2828AM_INIT_AUTOMAKE ( [ subdir-objects foreign] )
2929
3030m4_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
5454AC_PROG_AWK
You can’t perform that action at this time.
0 commit comments