Roundcube Community Forum

Recycle Bin => Recycle Bin => Topic started by: hoferchr on March 27, 2007, 10:14:50 PM

Title: Check Version?
Post by: hoferchr on March 27, 2007, 10:14:50 PM
I had some help a while back on installing RoundCube to our church website. Is there a way to check which version of RoundCube was installed on our website? Is there a file I can look to that might contain the version?
Title: Re: Check Version?
Post by: knuckles on March 28, 2007, 01:06:17 AM
I'm not sure if this has always been the case, but there are a few lines in my index.php that correlate directly to the SVN version I'm running:

 $Id: index.php 521 2007-03-27 09:34:30Z thomasb $

and

define('RCMAIL_VERSION', '0.1-20070327');
Title: Re: Check Version?
Post by: zyzzyvas on March 28, 2007, 10:53:35 AM
On the same subject, is there a way to have the version number displayed on-screen? Perhaps on the login page or as a footer on the main app pages?

Kris