[msvc] Bump winconfig.h VERSION to match configure.ac
authorJo Shields <jo.shields@xamarin.com>
Thu, 20 Nov 2014 17:11:43 +0000 (17:11 +0000)
committerJo Shields <jo.shields@xamarin.com>
Thu, 20 Nov 2014 17:11:43 +0000 (17:11 +0000)
Unhelpfully, winconfig.h is used for building eglib, and it includes a hardcoded VERSION definition which needs to match configure.ac - otherwise msvc builds identify themselves as 2.11

winconfig.h

index b6d74e1cb41832b4768000939b1050afb14e7b50..6e3b9fd3f68bc5e6f285f4aa62a47db553d2b79a 100644 (file)
 /* #undef USE_MONO_MUTEX */
 
 /* Version number of package */
-#define VERSION "2.11"
+#define VERSION "3.12.1"