aboutsummaryrefslogtreecommitdiff
path: root/src/fragmentation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-27 18:53:15 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-27 18:53:15 +0000
commit9ccfc6d872f48b318ea820c8de0f4bf92e14427a (patch)
tree7bf175f4f0182fda1b1c4c65e95777764ad2f975 /src/fragmentation
parent2a91d7a296a03a55f5b707344c81c626f1bb9d16 (diff)
downloadgnunet-9ccfc6d872f48b318ea820c8de0f4bf92e14427a.tar.gz
gnunet-9ccfc6d872f48b318ea820c8de0f4bf92e14427a.zip
-version bumps in anticipation of release
Diffstat (limited to 'src/fragmentation')
-rw-r--r--src/fragmentation/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fragmentation/Makefile.am b/src/fragmentation/Makefile.am
index 488ad2e51..1cdbefcfc 100644
--- a/src/fragmentation/Makefile.am
+++ b/src/fragmentation/Makefile.am
@@ -17,7 +17,8 @@ libgnunetfragmentation_la_LIBADD = -lm \
17 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 17 $(top_builddir)/src/statistics/libgnunetstatistics.la \
18 $(top_builddir)/src/util/libgnunetutil.la 18 $(top_builddir)/src/util/libgnunetutil.la
19libgnunetfragmentation_la_LDFLAGS = \ 19libgnunetfragmentation_la_LDFLAGS = \
20 $(GN_LIB_LDFLAGS) 20 $(GN_LIB_LDFLAGS) \
21 -version-info 0:0:0
21 22
22check_PROGRAMS = \ 23check_PROGRAMS = \
23 test_fragmentation 24 test_fragmentation