public String getVersion() {
   if (!_is_inited) init();
   return parser.getVersion() + "\t" + Version.getVersion();
 }