Browse Source

Master is 1.7-git

pull/8624/head
Aleksander Machniak 3 years ago
parent
commit
42f9cdceba
  1. 4
      Makefile
  2. 2
      index.php
  3. 2
      installer/index.php
  4. 2
      program/include/iniset.php
  5. 2
      program/lib/Roundcube/bootstrap.php
  6. 2
      public_html/index.php

4
Makefile

@ -5,7 +5,7 @@
GITREMOTE=https://github.com/roundcube/roundcubemail.git
GITBRANCH=master
GPGKEY=devs@roundcube.net
VERSION=1.6-git
VERSION=1.7-git
SEDI=sed -i
WHICH=which
@ -64,7 +64,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.6-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 program/include/iniset.php program/lib/Roundcube/bootstrap.php)
(cd roundcubemail-git; $(SEDI) 's/# Unreleased/# Release $(VERSION)'/ CHANGELOG.md)
buildtools: /tmp/composer.phar

2
index.php

@ -2,7 +2,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.6-git |
| Version 1.7-git |
| |
| Copyright (C) The Roundcube Dev Team |
| |

2
installer/index.php

@ -3,7 +3,7 @@
/**
+-------------------------------------------------------------------------+
| Roundcube Webmail setup tool |
| Version 1.6-git |
| Version 1.7-git |
| |
| Copyright (C) The Roundcube Dev Team |
| |

2
program/include/iniset.php

@ -24,7 +24,7 @@ if (PHP_VERSION_ID < 70300) {
}
// application constants
define('RCMAIL_VERSION', '1.6-git');
define('RCMAIL_VERSION', '1.7-git');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {

2
program/lib/Roundcube/bootstrap.php

@ -58,7 +58,7 @@ foreach ($config as $optname => $optval) {
}
// framework constants
define('RCUBE_VERSION', '1.6-git');
define('RCUBE_VERSION', '1.7-git');
define('RCUBE_CHARSET', 'UTF-8');
define('RCUBE_TEMP_FILE_PREFIX', 'RCMTEMP');

2
public_html/index.php

@ -3,7 +3,7 @@
/*
+-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.6-git |
| Version 1.7-git |
| |
| Copyright (C) The Roundcube Dev Team |
| |

Loading…
Cancel
Save