| View previous topic :: View next topic |
| Author |
Message |
humy65
Joined: 10 Oct 2005 Posts: 3 Location: ISR
|
Posted: Thu Oct 13, 2005 8:49 pm Post subject: Verion Number |
|
|
| How one can tell which version is it looking at COMPIERE-ALL directory ? |
|
| Back to top |
|
 |
red1 Site Admin
Joined: 06 Jul 2004 Posts: 1756 Location: Kuala Lumpur, Malaysia
|
Posted: Fri Oct 14, 2005 8:16 am Post subject: |
|
|
go to /base/org/compiere/MigrateData.java and its stated as a clue: | Code: | public MigrateData ()
{
release252c();
} // MigrateData
|
Otherwise look at the $Id line on the top of every java.
Just by looking at the folder tree won't really give u much clue on this.
Within the Database u can know the exact version by going into AD_System and look at the Version and ReleaseNo. |
|
| Back to top |
|
 |
|