Former-commit-id: f35cd4f3be5f8c7e6475e5ad97b196fa313ff167
@@ -3,4 +3,4 @@
# Anyone may increment Minor to indicate a small change.
# Major indicates a large change or large number of changes (upload to website)
# World indicates a substantial change or release
-0.4.1
+0.4.2
@@ -0,0 +1,6 @@
+#!/bin/bash
+make clean
+zip -9 -r --exclude=@exclude.lst libigl.zip ../libigl
+scp libigl.zip $WEBSORKINE:www/htdocs-igl/projects/libigl/
+cp *.html ~/Documents/IGL-website/projects/libigl/
+cp file-formats/* ~/Documents/IGL-website/projects/libigl/file-formats/