Merge branch 'develop' of github.com:andrews-web-libraries/awl into develop
[awl.git] / scripts / build-AWLUtilities.sh
blob358b5be5364217e6cd3a84c34ea5419daba8cc03
1 #!/bin/sh
3 # Apply the current version numbers into always.php from always.php.in
6 AWL_VERSION="`head -n1 VERSION`"
8 sed -e "/^ *.c->awl_library_version *=.*$/ s/^ *.c->awl_library_version *=.*$/\$c->awl_library_version = ${AWL_VERSION};/"