- Moved the iTop version number to the Config class to be able to access it from the setup.

SVN:trunk[426]
This commit is contained in:
Denis Flaven
2010-05-31 14:41:05 +00:00
parent d0c4546ec5
commit 8c2d819920
3 changed files with 27 additions and 4 deletions

View File

@@ -14,6 +14,10 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
define('ITOP_VERSION', '0.9');
define('ITOP_REVISION', '$WCREV$');
define('ITOP_BUILD_DATE', '$WCNOW$');
/**
* Configuration read/write
*