aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-01 20:20:07 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-01 20:20:07 +0000
commit2415f7e6c1043ceab64e7190efd5258f4704a804 (patch)
treecaab115d81b7b30f7f76c9544836f45c25cbaba7 /src
parentbcd4b9431609b00324a56ffe39f7fc7e8d0b5da2 (diff)
downloadgnunet-2415f7e6c1043ceab64e7190efd5258f4704a804.tar.gz
gnunet-2415f7e6c1043ceab64e7190efd5258f4704a804.zip
-bump versions
Diffstat (limited to 'src')
-rw-r--r--src/ats/Makefile.am2
-rw-r--r--src/fragmentation/Makefile.am2
-rw-r--r--src/fs/Makefile.am2
-rw-r--r--src/mesh/Makefile.am2
-rw-r--r--src/statistics/Makefile.am2
-rw-r--r--src/transport/Makefile.am2
-rw-r--r--src/util/Makefile.am2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index ff4f2328c..2e858488b 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -32,7 +32,7 @@ libgnunetats_la_LIBADD = \
32 32
33libgnunetats_la_LDFLAGS = \ 33libgnunetats_la_LDFLAGS = \
34 $(GN_LIB_LDFLAGS) \ 34 $(GN_LIB_LDFLAGS) \
35 -version-info 1:0:1 35 -version-info 2:0:2
36 36
37 37
38bin_PROGRAMS = \ 38bin_PROGRAMS = \
diff --git a/src/fragmentation/Makefile.am b/src/fragmentation/Makefile.am
index 1cdbefcfc..c5027c7fd 100644
--- a/src/fragmentation/Makefile.am
+++ b/src/fragmentation/Makefile.am
@@ -18,7 +18,7 @@ libgnunetfragmentation_la_LIBADD = -lm \
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 -version-info 1:0:1
22 22
23check_PROGRAMS = \ 23check_PROGRAMS = \
24 test_fragmentation 24 test_fragmentation
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index cf6cab849..b916e4ee3 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -50,7 +50,7 @@ libgnunetfs_la_LIBADD = \
50 50
51libgnunetfs_la_LDFLAGS = \ 51libgnunetfs_la_LDFLAGS = \
52 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 52 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
53 -version-info 2:0:0 53 -version-info 2:1:0
54 54
55 55
56libgnunetfstest_a_SOURCES = \ 56libgnunetfstest_a_SOURCES = \
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index e9c0109b2..ac38b0dd4 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -41,7 +41,7 @@ libgnunetmesh_la_LIBADD = \
41 $(XLIB) 41 $(XLIB)
42libgnunetmesh_la_LDFLAGS = \ 42libgnunetmesh_la_LDFLAGS = \
43 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 43 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
44 -version-info 0:0:0 44 -version-info 1:0:0
45 45
46check_PROGRAMS = \ 46check_PROGRAMS = \
47 test_mesh_api \ 47 test_mesh_api \
diff --git a/src/statistics/Makefile.am b/src/statistics/Makefile.am
index 09f1905f4..ddf5fda0e 100644
--- a/src/statistics/Makefile.am
+++ b/src/statistics/Makefile.am
@@ -23,7 +23,7 @@ libgnunetstatistics_la_LIBADD = \
23 $(GN_LIBINTL) $(XLIB) 23 $(GN_LIBINTL) $(XLIB)
24libgnunetstatistics_la_LDFLAGS = \ 24libgnunetstatistics_la_LDFLAGS = \
25 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 25 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
26 -version-info 1:0:1 26 -version-info 1:1:1
27 27
28 28
29bin_PROGRAMS = \ 29bin_PROGRAMS = \
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index f10a29e3e..b04087420 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -91,7 +91,7 @@ libgnunettransport_la_LIBADD = \
91 $(GN_LIBINTL) 91 $(GN_LIBINTL)
92libgnunettransport_la_LDFLAGS = \ 92libgnunettransport_la_LDFLAGS = \
93 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 93 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
94 -version-info 0:0:0 94 -version-info 1:0:0
95 95
96bin_PROGRAMS = \ 96bin_PROGRAMS = \
97 gnunet-transport \ 97 gnunet-transport \
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index ad918baef..8414ef225 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -111,7 +111,7 @@ libgnunetutil_la_LIBADD = \
111 111
112libgnunetutil_la_LDFLAGS = \ 112libgnunetutil_la_LDFLAGS = \
113 $(GN_LIB_LDFLAGS) \ 113 $(GN_LIB_LDFLAGS) \
114 -version-info 7:0:0 114 -version-info 8:0:0
115 115
116 116
117bin_PROGRAMS = \ 117bin_PROGRAMS = \