aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-08-07 09:38:43 +0000
committerChristian Grothoff <christian@grothoff.org>2014-08-07 09:38:43 +0000
commit8e1a28b80f0b6b2d2a5354400a40a1394fa9f6cf (patch)
tree5f5c5a3616003feafc8439ab5037b4b04ddb5e8c /src/include
parentc684a9606f7bd89ca2dc876567b74fb4cfe9b118 (diff)
downloadgnunet-8e1a28b80f0b6b2d2a5354400a40a1394fa9f6cf.tar.gz
gnunet-8e1a28b80f0b6b2d2a5354400a40a1394fa9f6cf.zip
-pogen
Diffstat (limited to 'src/include')
-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 *********************** */