]> dev.renevier.net Git - syp.git/blobdiff - build.sh
Bump version to 0.1
[syp.git] / build.sh
index b51f8fb59ed7126484e2c2f47d7ffb74d9f9976b..897ccb0824ac792eed2e25e80f37a17a422f636f 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -2,7 +2,7 @@
 
 set -e
 
-PROJVERS=0.0.1
+PROJVERS=0.1
 PROJNAME=syp
 
 BUILDDIR=${1:-build}
@@ -15,7 +15,7 @@ mkdir -p $DESTDIR
 cp -RLp inc/ $DESTDIR/
 
 # other php files
-cp -p admin.*php index.*php api.php items.php logout.php wizard.php $DESTDIR/
+cp -p admin.*php index.*php wizard.*php news.php api.php items.php logout.php $DESTDIR/
 
 # media
 cp -RLp media/ $DESTDIR/