From: glenlow Date: Sat, 17 May 2008 00:36:48 +0000 (+0000) Subject: derive build and revision numbers from micro version number, for Windows versioning X-Git-Tag: LAST_LIBGRAPH~32^2~4061 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d25633f1dd3f5c9238b4eedad2e68886625e9a6;p=graphviz derive build and revision numbers from micro version number, for Windows versioning --- diff --git a/windows/Properties/AssemblyInfo.cs.in b/windows/Properties/AssemblyInfo.cs.in index 7683e18ba..5978909ff 100755 --- a/windows/Properties/AssemblyInfo.cs.in +++ b/windows/Properties/AssemblyInfo.cs.in @@ -45,5 +45,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("@VERSION@")] -[assembly: AssemblyFileVersion("@VERSION@")] +[assembly: AssemblyVersion("@GRAPHVIZ_VERSION_MAJOR@.@GRAPHVIZ_VERSION_MINOR@.@GRAPHVIZ_VERSION_BUILD@.@GRAPHVIZ_VERSION_REVISION@")] +[assembly: AssemblyFileVersion("@GRAPHVIZ_VERSION_MAJOR@.@GRAPHVIZ_VERSION_MINOR@.@GRAPHVIZ_VERSION_BUILD@.@GRAPHVIZ_VERSION_REVISION@")]