X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fsolvversion.c;h=51d57a63915fe9a5dac19e1a0e757bbff8e9160d;hb=11600c0259c8cd27ad8c87b16421e65030b4b126;hp=d66e195898416f5c5b2516bf5b4bba764656ec52;hpb=5f5ff9576322b449fca131df791f4748e412df5f;p=platform%2Fupstream%2Flibsolv.git diff --git a/src/solvversion.c b/src/solvversion.c index d66e195..51d57a6 100644 --- a/src/solvversion.c +++ b/src/solvversion.c @@ -11,3 +11,4 @@ const char solv_version[] = LIBSOLV_VERSION_STRING; int solv_version_major = LIBSOLV_VERSION_MAJOR; int solv_version_minor = LIBSOLV_VERSION_MINOR; int solv_version_patch = LIBSOLV_VERSION_PATCH; +const char solv_toolversion[] = LIBSOLV_TOOLVERSION;