commit | 99e00a19bb8afcf081d1551b886c6d85188e6c60 | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul@jakma.org> | Mon Jan 23 14:47:32 2017 +0000 |
committer | Paul Jakma <paul@quagga.net> | Mon Jan 23 17:20:50 2017 +0000 |
tree | 37bd6710fcb40e44b6e2f8e53b22c4cb81f77efb | |
parent | 7d66284a5817a1613b1e4d64a0775ec04fdf8c01 [diff] |
lib: Bump library version-info
diff --git a/lib/Makefile.am b/lib/Makefile.am index be8495f..cb9e1fb 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am
@@ -5,7 +5,7 @@ DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" lib_LTLIBRARIES = libzebra.la -libzebra_la_LDFLAGS = -version-info 0:0:0 +libzebra_la_LDFLAGS = -version-info 1:0:0 libzebra_la_SOURCES = \ network.c pid_output.c getopt.c getopt1.c daemon.c \