소스 검색

Added a placeholder for the version number, to be filled by the build process.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@639 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 년 전
부모
커밋
aa771fc067
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/config.class.inc.php

+ 1 - 1
core/config.class.inc.php

@@ -14,7 +14,7 @@
 //   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', '1.0 beta');
+define('ITOP_VERSION', '$ITOP_VERSION$');
 define('ITOP_REVISION', '$WCREV$');
 define('ITOP_BUILD_DATE', '$WCNOW$');