Author Topic: What Version do I have?  (Read 3698 times)

Offline edykstra

  • Newbie
  • *
  • Posts: 2
What Version do I have?
« 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

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
What Version do I have?
« Reply #1 on: July 11, 2009, 12:56:56 AM »
./program/include/iniset.php ... RCMAIL_VERSION
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline edykstra

  • Newbie
  • *
  • Posts: 2
Rcmail_version
« Reply #2 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