Browse Source

Bump version number also here

pull/5379/head
Aleksander Machniak 8 years ago
parent
commit
2618e953d1
  1. 5
      public_html/index.php

5
public_html/index.php

@ -3,9 +3,9 @@
/*
+-----------------------------------------------------------------------+
| Roundcube Webmail IMAP Client |
| Version 1.0-git |
| Version 1.3-git |
| |
| Copyright (C) 2005-2013, The Roundcube Dev Team |
| Copyright (C) 2005-2017, The Roundcube Dev Team |
| |
| Licensed under the GNU General Public License version 3 or |
| any later version with exceptions for skins & plugins. |
@ -24,4 +24,3 @@ define('INSTALL_PATH', realpath(__DIR__ . '/..') . '/');
// include index.php from application root directory
include INSTALL_PATH . 'index.php';
Loading…
Cancel
Save