lib/sym: Fix symbol versions for 2017.7 experimental symbols

There was a typo in the group name. It should be OK to change the
version since this is all hidden behind the --enable-experimental-api
configure option.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Closes: #950
Approved by: cgwalters
This commit is contained in:
Philip Withnall 2017-06-21 12:53:48 +01:00 committed by Atomic Bot
parent 333d264c5b
commit 20829a0582

View File

@ -30,7 +30,7 @@ global:
ostree_remote_unref;
} LIBOSTREE_2017.6;
LIBOSTREE_2016.7_EXPERIMENTAL {
LIBOSTREE_2017.7_EXPERIMENTAL {
global:
ostree_remote_get_name;
} LIBOSTREE_2017.6_EXPERIMENTAL;