From dabc95a263cbdde7c7485b7c025163b0e2885ac7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 8 Apr 2022 21:18:42 +0200 Subject: -libgnunetpq needs version bump --- src/include/gnunet_strings_lib.h | 4 ++-- src/pq/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h index bb8577b7a..aa4daf8a3 100644 --- a/src/include/gnunet_strings_lib.h +++ b/src/include/gnunet_strings_lib.h @@ -63,7 +63,7 @@ extern "C" * @param size set to the size in bytes * @return #GNUNET_OK on success, #GNUNET_SYSERR on error */ -int +enum GNUNET_GenericReturnValue GNUNET_STRINGS_fancy_size_to_bytes (const char *fancy_size, unsigned long long *size); @@ -203,7 +203,7 @@ GNUNET_STRINGS_utf8_tolower (const char *input, * * @param input input string * @param output output buffer - * @return GNUNET_OK on success + * @return #GNUNET_OK on success */ enum GNUNET_GenericReturnValue GNUNET_STRINGS_utf8_toupper (const char *input, diff --git a/src/pq/Makefile.am b/src/pq/Makefile.am index cbb123cbb..d3a2ce9ac 100644 --- a/src/pq/Makefile.am +++ b/src/pq/Makefile.am @@ -24,7 +24,7 @@ libgnunetpq_la_LIBADD = -lpq \ libgnunetpq_la_LDFLAGS = \ $(POSTGRESQL_LDFLAGS) \ $(GN_LIB_LDFLAGS) \ - -version-info 1:0:0 + -version-info 2:0:0 if ENABLE_TEST_RUN TESTS = \ -- cgit v1.2.3