lib/sym: Fix symbol versions for 2017.7 experimental symbols
authorPhilip Withnall <withnall@endlessm.com>
Wed, 21 Jun 2017 11:53:48 +0000 (12:53 +0100)
committerAtomic Bot <atomic-devel@projectatomic.io>
Wed, 21 Jun 2017 13:00:55 +0000 (13:00 +0000)
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

src/libostree/libostree-experimental.sym

index 1d4feedaaf234fcde1478f5d59f45b9f9896aea7..9ccca958df4fbff0f8bd215b98a6d21beac3d39c 100644 (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;