diff options
| author | Rinku Kothiya <rkothiya@redhat.com> | 2019-07-24 14:57:06 +0000 |
|---|---|---|
| committer | Rinku Kothiya <rkothiya@redhat.com> | 2019-07-24 15:23:44 +0000 |
| commit | 8f2440656bb3c0ec5781dc9c299c48770c171b0b (patch) | |
| tree | a085c115673d9bca0cc6e5bf7ec1432cdfad878c /api/src/glfs.h | |
| parent | c52ceffa1a1df187d02c38ecbe3fe28267d58cf3 (diff) | |
api: Update all future API versions to rel-7
As release 7 is branched, all future APIs now become 7.0
This change implements the same.
Change-Id: I420e9ea43b07a40a4fb911ee56fb7436c2744edc
Updates: bz#1732875
Signed-off-by: Rinku Kothiya <rkothiya@redhat.com>
Diffstat (limited to 'api/src/glfs.h')
| -rw-r--r-- | api/src/glfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/glfs.h b/api/src/glfs.h index a6c12e128df..279d11d58ee 100644 --- a/api/src/glfs.h +++ b/api/src/glfs.h @@ -1479,7 +1479,7 @@ glfs_setattr(struct glfs *fs, const char *path, struct glfs_stat *stat, int glfs_set_statedump_path(struct glfs *fs, const char *path) __THROW - GFAPI_PUBLIC(glfs_set_statedump_path, future); + GFAPI_PUBLIC(glfs_set_statedump_path, 7.0); __END_DECLS #endif /* !_GLFS_H */ |
