mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-23 21:35:26 +03:00
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:
parent
333d264c5b
commit
20829a0582
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user