For W32 use a build number instead of abbreviated commit id.
authorWerner Koch <wk@gnupg.org>
Thu, 19 Jan 2012 15:04:19 +0000 (16:04 +0100)
committerWerner Koch <wk@gnupg.org>
Thu, 19 Jan 2012 15:04:19 +0000 (16:04 +0100)
commit574b087e84f5652cf9d8eba8aa16b8d6bb988035
tree2f7fbff6d16d515a789fa3df5bfb7c959d7721f5
parenta0149630ce6d3e17a7475e20e8b2e31ed5ba57fd
For W32 use a build number instead of abbreviated commit id.

We would need to use a shortened commit id so that it fits into an 16
bit Windows variable.  Further it is a random number and not something
increasing.  Thus a build number made up from the day of the year and
the hour is much more useful to describe a build number for a specific
revision.
* configure.ac [W32]: Replace BUILD_REVISION by BUILD_NUMBER.
* src/versioninfo.rc.in: Ditto.
configure.ac
src/versioninfo.rc.in