]> granicus.if.org Git - graphviz/commitdiff
derive build and revision numbers from micro version number, for Windows versioning
authorglenlow <devnull@localhost>
Sat, 17 May 2008 00:36:48 +0000 (00:36 +0000)
committerglenlow <devnull@localhost>
Sat, 17 May 2008 00:36:48 +0000 (00:36 +0000)
windows/Properties/AssemblyInfo.cs.in

index 7683e18ba3936da2e46bfece7498c49fafd2a0e2..5978909ff139817903107a526fcf5a9ce65c7d84 100755 (executable)
@@ -45,5 +45,5 @@ using System.Runtime.InteropServices;
 //      Build Number\r
 //      Revision\r
 //\r
-[assembly: AssemblyVersion("@VERSION@")]\r
-[assembly: AssemblyFileVersion("@VERSION@")]\r
+[assembly: AssemblyVersion("@GRAPHVIZ_VERSION_MAJOR@.@GRAPHVIZ_VERSION_MINOR@.@GRAPHVIZ_VERSION_BUILD@.@GRAPHVIZ_VERSION_REVISION@")]\r
+[assembly: AssemblyFileVersion("@GRAPHVIZ_VERSION_MAJOR@.@GRAPHVIZ_VERSION_MINOR@.@GRAPHVIZ_VERSION_BUILD@.@GRAPHVIZ_VERSION_REVISION@")]\r