From 26a3004bbadb7384fee0cd2ca923a9fb63710893 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 6 Nov 2012 12:32:48 -0500 Subject: [PATCH] Bump libopensrf version-info revision and age The log redaction functionality changed the source files (thus 'age' gets bumped) and is backwards-compatible (thus 'revision' gets bumped) but maintains the same interface (thus 'current' stays the same). Signed-off-by: Dan Scott --- src/libopensrf/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libopensrf/Makefile.am b/src/libopensrf/Makefile.am index c0f6a3e..ec5f26f 100644 --- a/src/libopensrf/Makefile.am +++ b/src/libopensrf/Makefile.am @@ -112,4 +112,4 @@ libopensrf_la_DEPENDENCIES = libosrf_json.la libopensrf_la_LIBADD = $(memcached_LIBS) libopensrf_la_SOURCES = $(TARGS) $(TARGS_HEADS) $(JSON_TARGS) $(JSON_TARGS_HEADS) -libopensrf_la_LDFLAGS = -version-info 3:0:0 +libopensrf_la_LDFLAGS = -version-info 3:1:1 -- 2.11.0