Subversion Repositories computer_asset_manager_v1

Rev

Rev 63 | Rev 83 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 63 Rev 67
Line 1... Line 1...
1
<?php
1
<?php
2
 
2
 
3
   define(VERSION,'1.6.1');
3
   define(VERSION,'1.6.2');
-
 
4
   define(BUILD_DATE,'$Date: 2017-07-28 15:26:29 -0500 (Fri, 28 Jul 2017) $');
4
   define(BUILD_DATE,'20170709');
5
   define(SVN_REV,'$Rev: 67 $' );
5
 
6
 
6
   include_once("database.php");
7
   include_once("database.php");
7
   
8
   
8
   include_once("library.php");
9
   include_once("library.php");
9
   include_once('reports.php');
10
   include_once('reports.php');