mirror of
https://github.com/roundcube/roundcubemail.git
synced 2025-12-28 07:55:07 +00:00
Makefile: Replace version in installer/index.php too
This commit is contained in:
parent
a94d19768b
commit
7ac1981ae1
2
Makefile
2
Makefile
@ -69,7 +69,7 @@ roundcubemail-git: buildtools
|
||||
(cd roundcubemail-git; find . -name '.gitignore' | xargs rm -f)
|
||||
(cd roundcubemail-git; find . -name '.travis.yml' | xargs rm -f)
|
||||
(cd roundcubemail-git; rm -rf tests plugins/*/tests .git* .tx* .ci* .editorconfig* index-test.php Dockerfile Makefile)
|
||||
(cd roundcubemail-git; $(SEDI) 's/1.7-git/$(VERSION)/' index.php public_html/index.php program/include/iniset.php program/lib/Roundcube/bootstrap.php)
|
||||
(cd roundcubemail-git; $(SEDI) 's/1.7-git/$(VERSION)/' index.php public_html/index.php installer/index.php program/include/iniset.php program/lib/Roundcube/bootstrap.php)
|
||||
(cd roundcubemail-git; $(SEDI) 's/# Unreleased/# Release $(VERSION)'/ CHANGELOG.md)
|
||||
|
||||
buildtools: /tmp/composer.phar
|
||||
|
||||
Loading…
Reference in New Issue
Block a user