From 9a79d13ce307d8b5b2fe0c373c5d778ad7128b5a Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 21 Jun 2017 12:54:28 +0100 Subject: [PATCH] =?UTF-8?q?lib/remote:=20Fix=20=E2=80=98Since=E2=80=99=20l?= =?UTF-8?q?ine=20for=20OstreeRemote?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There was a typo in it when it was first introduced. Let’s not live in the past. Signed-off-by: Philip Withnall Closes: #950 Approved by: cgwalters --- src/libostree/ostree-remote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libostree/ostree-remote.h b/src/libostree/ostree-remote.h index 96fd4556..df76f67e 100644 --- a/src/libostree/ostree-remote.h +++ b/src/libostree/ostree-remote.h @@ -41,7 +41,7 @@ G_BEGIN_DECLS * remotes can only be passed around as (reference counted) opaque handles. In * future, more API may be added to create and interrogate them. * - * Since: 2016.7 + * Since: 2017.6 */ #ifndef OSTREE_ENABLE_EXPERIMENTAL_API /* This is in ostree-types.h otherwise */