From: Philip Withnall Date: Wed, 21 Jun 2017 11:37:12 +0000 (+0100) Subject: lib/core: Fix ‘Since’ line for ostree_validate_remote_name() X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~35^2~74 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=333d264c5b35c01035372b85aa0e689627afc480;p=ostree.git lib/core: Fix ‘Since’ line for ostree_validate_remote_name() This was missed when cherry-picking it out of https://github.com/ostreedev/ostree/pull/924#discussion_r123097919. Signed-off-by: Philip Withnall Closes: #950 Approved by: cgwalters --- diff --git a/src/libostree/ostree-core.c b/src/libostree/ostree-core.c index 3eb35c3f..abc204e9 100644 --- a/src/libostree/ostree-core.c +++ b/src/libostree/ostree-core.c @@ -187,7 +187,7 @@ ostree_validate_rev (const char *rev, * @error: Error * * Returns: %TRUE if @remote_name is a valid remote name - * Since: 2017.7 + * Since: 2017.8 */ gboolean ostree_validate_remote_name (const char *remote_name,