Fill automatically the distribution version using the config.h.

This commit is contained in:
David Capello 2012-01-07 22:08:21 -03:00
parent bbd14b42b7
commit eb5462a890

View File

@ -1,7 +1,7 @@
#! /bin/sh
dir="`pwd`"
version=0.9.1
version=$(cat ../config.h | grep VERSION | sed -e 's/.*\"\(.*\)\"/\1/g')
distdir=aseprite-$version
zip="zip -9"
zip_recursive_flag="-r"