1 /* 2 * Copyright (c) 2009, Novell Inc. 3 * 4 * This program is licensed under the BSD license, read LICENSE.BSD 5 * for further information 6 */ 7 8 #include "solvversion.h" 9 10 const char solv_version[] = LIBSOLV_VERSION_STRING; 11 int solv_version_major = LIBSOLV_VERSION_MAJOR; 12 int solv_version_minor = LIBSOLV_VERSION_MINOR; 13 int solv_version_patch = LIBSOLV_VERSION_PATCH; 14