From a0a5c9dec2a16928cb6e8f837fc6647c562441d9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 30 Nov 2011 15:21:18 +0000 Subject: -fixing minor typos, version bump --- src/include/gnunet_common.h | 2 +- src/transport/Makefile.am | 2 +- src/util/Makefile.am | 2 +- 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 @@ /** * Version of the API (for entire gnunetutil.so library). */ -#define GNUNET_UTIL_VERSION 0x00089990 +#define GNUNET_UTIL_VERSION 0x00090000 /** * 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 = \ $(GN_PLUGIN_LDFLAGS) libgnunet_plugin_transport_http_la_SOURCES = \ - plugin_transport_http.c plugin_transport_http.h. \ + plugin_transport_http.c plugin_transport_http.h \ plugin_transport_http_client.c plugin_transport_http_server.c libgnunet_plugin_transport_http_la_LIBADD = \ $(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 = \ libgnunetutil_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) \ - -version-info 4:0:0 + -version-info 5:0:0 bin_PROGRAMS = \ -- cgit v1.2.3