aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-30 15:21:18 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-30 15:21:18 +0000
commita0a5c9dec2a16928cb6e8f837fc6647c562441d9 (patch)
tree5f36e8c3d867fc88c258930f0c6e8a1af3380052
parent3261daf13b7df8f7f25c3e5e489a337ed20103bc (diff)
downloadgnunet-a0a5c9dec2a16928cb6e8f837fc6647c562441d9.tar.gz
gnunet-a0a5c9dec2a16928cb6e8f837fc6647c562441d9.zip
-fixing minor typos, version bump
-rw-r--r--src/include/gnunet_common.h2
-rw-r--r--src/transport/Makefile.am2
-rw-r--r--src/util/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index d406bcacd..49b176ff1 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -49,7 +49,7 @@
49/** 49/**
50 * Version of the API (for entire gnunetutil.so library). 50 * Version of the API (for entire gnunetutil.so library).
51 */ 51 */
52#define GNUNET_UTIL_VERSION 0x00089990 52#define GNUNET_UTIL_VERSION 0x00090000
53 53
54/** 54/**
55 * Name used for "services" that are actually command-line 55 * Name used for "services" that are actually command-line
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index c71d4fd20..92f3ac8c8 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -210,7 +210,7 @@ libgnunet_plugin_transport_unix_la_LDFLAGS = \
210 $(GN_PLUGIN_LDFLAGS) 210 $(GN_PLUGIN_LDFLAGS)
211 211
212libgnunet_plugin_transport_http_la_SOURCES = \ 212libgnunet_plugin_transport_http_la_SOURCES = \
213 plugin_transport_http.c plugin_transport_http.h. \ 213 plugin_transport_http.c plugin_transport_http.h \
214 plugin_transport_http_client.c plugin_transport_http_server.c 214 plugin_transport_http_client.c plugin_transport_http_server.c
215libgnunet_plugin_transport_http_la_LIBADD = \ 215libgnunet_plugin_transport_http_la_LIBADD = \
216 $(top_builddir)/src/hello/libgnunethello.la \ 216 $(top_builddir)/src/hello/libgnunethello.la \
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index a2e7f2449..24a148005 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -105,7 +105,7 @@ libgnunetutil_la_LIBADD = \
105 105
106libgnunetutil_la_LDFLAGS = \ 106libgnunetutil_la_LDFLAGS = \
107 $(GN_LIB_LDFLAGS) \ 107 $(GN_LIB_LDFLAGS) \
108 -version-info 4:0:0 108 -version-info 5:0:0
109 109
110 110
111bin_PROGRAMS = \ 111bin_PROGRAMS = \