Author Topic: Check Version?  (Read 10251 times)

Offline hoferchr

  • Jr. Member
  • **
  • Posts: 10
Check Version?
« 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?

Offline knuckles

  • Jr. Member
  • **
  • Posts: 28
Re: Check Version?
« Reply #1 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');

Offline zyzzyvas

  • Jr. Member
  • **
  • Posts: 20
Re: Check Version?
« Reply #2 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