Skip to content

Commit

Permalink
lib: Don't hardcode year in sample symver section
Browse files Browse the repository at this point in the history
The 2021 was misleading.
  • Loading branch information
cgwalters committed Nov 20, 2023
1 parent 76e4833 commit 315cbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libostree/libostree-devel.sym
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ global:
* edit this other than to update the year. This is just a copy/paste
* source. Replace $LASTSTABLE with the last stable version, and $NEWVERSION
* with whatever the next version with new symbols will be.
LIBOSTREE_2021.$NEWVERSION {
LIBOSTREE_$YEAR.$NEWVERSION {
global:
someostree_symbol_deleteme;
} LIBOSTREE_2021.$LASTSTABLE;
} LIBOSTREE_$YEAR.$LASTSTABLE;
*/

0 comments on commit 315cbdd

Please sign in to comment.