Browse Source

echo latest version, too

Philipp Hagemeister 12 years ago
parent
commit
c74d3d5d80
1 changed files with 2 additions and 0 deletions
  1. 2 0
      update_latest.sh

+ 2 - 0
update_latest.sh

@@ -14,3 +14,5 @@ ln -sf --no-target-directory ../downloads/$version latest/directory
 for f in $(ls "downloads/$version/"); do \
     ln -sf --no-target-directory "../downloads/$version/$f" latest/$(echo $f | sed -e "s@-$version@@")
 done
+echo -n "$version" > latest/version
+