aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nat/Makefile.am2
-rw-r--r--src/regex/Makefile.am2
-rw-r--r--src/statistics/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index 56feada358..7d772ab31c 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -72,7 +72,7 @@ libgnunetnat_la_LIBADD = \
libgnunetnat_la_LDFLAGS = \
$(GN_LIB_LDFLAGS) $(WINFLAGS) \
- -version-info 1:0:1
+ -version-info 1:1:1
check_PROGRAMS = \
test_nat \
diff --git a/src/regex/Makefile.am b/src/regex/Makefile.am
index bf7c34dcba..775b0d95de 100644
--- a/src/regex/Makefile.am
+++ b/src/regex/Makefile.am
@@ -68,7 +68,7 @@ libgnunetregex_la_LIBADD = \
$(top_builddir)/src/util/libgnunetutil.la
libgnunetregex_la_LDFLAGS = \
$(GN_LIB_LDFLAGS) \
- -version-info 3:0:0
+ -version-info 3:1:0
plugin_LTLIBRARIES = \
diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am
index b5e9757408..ceccc3dde0 100644
--- a/src/statistics/Makefile.am
+++ b/src/statistics/Makefile.am
@@ -25,7 +25,7 @@ libgnunetstatistics_la_LIBADD = \
$(GN_LIBINTL) $(XLIB)
libgnunetstatistics_la_LDFLAGS = \
$(GN_LIB_LDFLAGS) $(WINFLAGS) \
- -version-info 1:2:1
+ -version-info 1:3:1
libexec_PROGRAMS = \
gnunet-service-statistics