Skip to content

Commit 5e30b94

Browse files
committed
Add a temporary SNAPSHOT symlinks so examples work
for 0.1.0 only.
1 parent ac39ded commit 5e30b94

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

util/release

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,12 @@ do-release-lib() (
138138
ln -sf libyamlstar.$EXT.$VERSION libyamlstar.$EXT
139139
ln -sf libyamlstar.$EXT.$VERSION libyamlstar.$EXT.0
140140

141+
# XXX - Remove SNAPSHOT in code for 0.1.1 release
141142
# Add alternate version symlink (libyamlstar.0.1.0.so -> libyamlstar.so.0.1.0)
142143
ln -sf libyamlstar.$EXT.$VERSION libyamlstar.$VERSION.$EXT
144+
145+
# Add SNAPSHOT symlink for development bindings
146+
ln -sf libyamlstar.$EXT.$VERSION libyamlstar.$EXT.$VERSION-SNAPSHOT
143147
cd - > /dev/null
144148

145149
# Copy header files

0 commit comments

Comments
 (0)