Lines Matching defs:version
14 * version 2.1 of the License, or (at your option) any later version.
36 * Note: if you are using MinGW, and a not very recent version of it,
142 * it under the terms of the GNU General Public License version 2 as
207 * it under the terms of the GNU General Public License version 2 as
1390 //printf("Got version:%s\n",buf.c_str());
3074 * Return a lower case version of the given string
3323 { return version; }
3375 version = "";
3393 version = other.version;
3437 String version;
3851 * Return a lower case version of the given string
5349 if (version.size() == 0)
5353 std::size_t pos2 = version.find('.', pos);
5354 if (pos2 == version.npos)
5356 s1 = version;
5360 s1 = version.substr(pos, pos2-pos);
5363 if (pos < version.size())
5365 pos2 = version.find('.', pos);
5366 if (pos2 == version.npos)
5368 s2 = version.substr(pos, version.size()-pos);
5372 s2 = version.substr(pos, pos2-pos);
5375 if (pos < version.size())
5376 s3 = version.substr(pos, pos2-pos);
5384 //trace("version:%d.%d.%d", majorVersion,
5483 else if (attrNameL == "version")
5484 version = attrVal;
6370 fprintf(f, "<?xml version='1.0'?>\n");
9300 virtual String version()
10065 status("# %s", version().c_str());
10153 printf(" -version print the version information and exit\n");
10190 else if (arg == "-version")
10192 printf("%s", make.version().c_str());