Export the version string as a makefile variable.
authorRalph Giles <giles@entropywave.com>
Mon, 28 Mar 2011 18:36:53 +0000 (11:36 -0700)
committerRalph Giles <giles@entropywave.com>
Thu, 31 Mar 2011 03:53:43 +0000 (20:53 -0700)
commit53e9987b4d6514c265ee3b41d1b382d4ebddc71b
tree26db38030e403fd07199d012eb6ea88bc491e562
parent0e43668546010bf0a9ece398effb37beca5dbea5
Export the version string as a makefile variable.

The configure script exports the major/minor/patch version
numbers, but didn't make the full version string available
to Makefile recipes and rules, the way it is available to
C code from vpx_version.h.

Change-Id: Ic6a9d4c574a6ea66a50c928f4eedeb91d7668eb5
configure