blob: aafdc4c0ff21a7a0085531a89e220140a641e301 [file] [log] [blame]
/*
* Copyright (c) 2008 Texas Instruments and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Texas Instruments - initial implementation
*
* */
/*
* ======== ITarget.getRawVersion ========
* Default implementation for ITarget.getRawVersion()
*
* This allows targets to not implement this method and have the build
* engine assume that all targets do implement this method.
*/
function getRawVersion()
{
return ("0.0.0");
}