ref: 4380bc331d3bbc61110f6279076ee5861c7efaa9
parent: 493155af054cf29a4dead7ffe92acd5d6b3d6a59
author: James Almer <jamrial@gmail.com>
date: Fri Mar 1 16:58:35 EST 2019
windres: fix the version number string VERSION_EXTRA is only needed in the binary FILEVERSION value, which consists of four 16 bit integers.
--- a/src/dav1d.rc.in
+++ b/src/dav1d.rc.in
@@ -1,5 +1,5 @@
#define VERSION_NUMBER @VERSION_MAJOR@,@VERSION_MINOR@,@VERSION_REVISION@,@VERSION_EXTRA@
-#define VERSION_NUMBER_STR "@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_REVISION@.@VERSION_EXTRA@"
+#define VERSION_NUMBER_STR "@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_REVISION@"
#include <windows.h>