Searched refs:APP_TITLE_VERSION (Results 1 – 3 of 3) sorted by relevance
26 APP_TITLE_VERSION=`sed -n 's|.*<title_version .*>\(.*\)</.*>|\1|p' "$APP_XML_FILE"`30 echo "App Title Version : $APP_TITLE_VERSION"66 APP_TITLE_VERSION=0000218 GameVersion=`expr $(printf %d 0x$APP_TITLE_VERSION) / 16`
35 APP_TITLE_VERSION=000067 APP_TITLE_VERSION=`sed -n 's|.*<title_version .*>\(.*\)</.*>|\1|p' "$APP_XML_FILE"`71 echo "App Title Version : $APP_TITLE_VERSION"157 GameVersion=`expr $(printf %d 0x$APP_TITLE_VERSION) / 16`
172 internal static EnvVar APP_TITLE_VERSION = new EnvVar("APP_TITLE_VERSION"); field in CafeX.Program4576 APP_TITLE_VERSION.value = "0000"; in devrun()4661 …sw.WriteLine("GameVersion=" + (HexHandler.GetNumberFromString("0x" + APP_TITLE_VERSION.value) / 16… in devrun()8278 APP_TITLE_VERSION.value = XmlHandler.GetNodeValue(app_xml_file, "title_version"); in extract_info_from_app_xml()8282 Console.WriteLine("App Title Version : " + APP_TITLE_VERSION.value); in extract_info_from_app_xml()