From d02f2e0b55059367c4e53c7eef6ac619b3eee5aa Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 9 Feb 2025 14:21:05 +0100 Subject: [PATCH] Remove version number from index.php --- Makefile | 2 +- installer/index.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4372c47a69..2a2fa7e1ca 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,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 package.json package-lock.json node_modules) - (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/1.7-git/$(VERSION)/' program/include/iniset.php program/lib/Roundcube/bootstrap.php) (cd roundcubemail-git; $(SEDI) 's/# Unreleased/# Release $(VERSION)'/ CHANGELOG.md) buildtools: /tmp/composer.phar npm-install diff --git a/installer/index.php b/installer/index.php index 1a87170631..2d404cf816 100644 --- a/installer/index.php +++ b/installer/index.php @@ -3,7 +3,6 @@ /* +-------------------------------------------------------------------------+ | Roundcube Webmail setup tool | - | Version 1.7-git | | | | Copyright (C) The Roundcube Dev Team | | |