aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_fs_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_fs_service.h')
-rw-r--r--src/include/gnunet_fs_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 4b77b3d58..b0fb20e31 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -54,8 +54,9 @@ extern "C"
54 * 9.0.0: CPS-style integrated API 54 * 9.0.0: CPS-style integrated API
55 * 9.1.1: asynchronous directory scanning 55 * 9.1.1: asynchronous directory scanning
56 * 9.2.0: unified K-Block and S-block format (#2564) 56 * 9.2.0: unified K-Block and S-block format (#2564)
57 * 9.3.0: base32crockford encoded URLs
57 */ 58 */
58#define GNUNET_FS_VERSION 0x00090200 59#define GNUNET_FS_VERSION 0x00090300
59 60
60 61
61/* ******************** URI API *********************** */ 62/* ******************** URI API *********************** */