Lines Matching defs:version
8 the Free Software Foundation; either version 3 of the License, or
9 (at your option) any later version.
338 /* Name and version of program. */
2527 static string version = "debuginfod (" + string (PACKAGE_NAME) + ") "
2529 MHD_Response* r = MHD_create_response_from_buffer (version.size (),
2530 (void *) version.c_str (),
2534 *size = version.size ();
2550 const char * /*version*/,
3050 // no need to recheck a file/version we already know
3319 // version with a '.' at the front, even though that's
3424 // no need to recheck a file/version we already know
4095 /* Tell the library which version we are expecting. */
4186 obatched(clog) << "sqlite version " << sqlite3_version << endl;
4208 obatched(clog) << "libmicrohttpd version " << MHD_get_version() << endl;