From: Richard Jones Date: Fri, 27 Aug 2010 12:38:49 +0000 (+0100) Subject: build: Don't add version extra string to the version number. X-Git-Tag: 1.2.13~6 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=d2002a5b94210a3c1aa4b24066994a1d72d8bda4;hp=d2002a5b94210a3c1aa4b24066994a1d72d8bda4;p=libguestfs.git build: Don't add version extra string to the version number. If this string was non-empty, then it broke a lot of things because autoconf and other parts of the build system were expecting this string to contain a simple MAJOR.MINOR.RELEASE version number. This requires changes to guestfish and guestmount so they use the guestfs_version API to fetch the version from the library. (The Perl tools were already doing it this way). In a way this is more accurate, because it's no longer hard-coded in the binary, but fetched from the dynamically linked libguestfs.so. (cherry picked from commit 4932fdca3ca1e9002164a1c0b73876f32739d34d) ---