GNOME Bugzilla – Bug 696709
Use configure.ac's VERSION instead of BUILD_VERSION
Last modified: 2016-03-31 13:22:07 UTC
Boxes 3.8.0 reports 3.7.91 as its version even though .tarball-version has the correct 3.8.0 version. However .version contains 3.7.91, and this is what is currently used to generate BUILD_VERSION. Since config.h already provides us with a VERSION #define, it's better to use this one rather than guessing a version on our own.
Created attachment 239964 [details] [review] Use configure.ac's VERSION instead of BUILD_VERSION
Review of attachment 239964 [details] [review]: agree (I think that is a relic of how vala.git is doing, but we don't need that)
Attachment 239964 [details] pushed as 34e5928 - Use configure.ac's VERSION instead of BUILD_VERSION