477710bd1e
Cairo has a different API version that was hardcoded. Define it in a new variable in configure.ac and use it in AssemblyInfo and Makefile.am. This fixes make distcheck, as the cairo-sharp.dll assembly was not getting uninstalled from the GAC.
5 lines
151 B
C#
5 lines
151 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly:AssemblyVersion("@CAIRO_API_VERSION@")]
|
|
[assembly:AssemblyDelaySign(false)]
|