diff options
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r-- | src/mesh/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index e9c0109..ac38b0d 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -41,7 +41,7 @@ libgnunetmesh_la_LIBADD = \ $(XLIB) libgnunetmesh_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ - -version-info 0:0:0 + -version-info 1:0:0 check_PROGRAMS = \ test_mesh_api \ |