Roundcube Community Forum

Release Support => Release Discussion => Topic started by: edykstra on July 10, 2009, 09:56:21 PM

Title: What Version do I have?
Post by: edykstra on July 10, 2009, 09:56:21 PM
Hello,

A LONG time ago, I installed RoundCube. Now I want to upgrade. There are different instructions based on what version you are upgrading from ... but how do I know what version I have?

Thanks,

Eric
Title: What Version do I have?
Post by: rosali on July 11, 2009, 12:56:56 AM
./program/include/iniset.php ... RCMAIL_VERSION
Title: Rcmail_version
Post by: edykstra on July 11, 2009, 06:56:33 AM
Hello Rosali,

Thanks for the quick response. However, for me, that file doesn't even exist. But, at least with the environment variable name, I could grep for it. :)

For me, it was in the main index file for roundcube located at

/var/www/roundcube/index.php

define('RCMAIL_VERSION', '0.1-beta2');

Thanks!

Eric