RC2 release used version 4.6.*. However RTM release started to use the default values...
authorRahul Kumar <rahku@microsoft.com>
Tue, 2 Aug 2016 22:40:23 +0000 (15:40 -0700)
committerRahul Kumar <rahku@microsoft.com>
Tue, 2 Aug 2016 22:40:23 +0000 (15:40 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/bb8759ee5e5fb737709eb26963680b3b5a97f3ed

src/coreclr/dir.props

index 992d954..d2b159d 100644 (file)
@@ -8,6 +8,12 @@
     <OsEnvironment Condition="'$(OsEnvironment)'==''">$(OS)</OsEnvironment>
   </PropertyGroup>
 
+  <!-- Version numbers for both managed & native binaries -->
+  <PropertyGroup>
+    <MajorVersion>4</MajorVersion>
+    <MinorVersion>6</MinorVersion>
+  </PropertyGroup>
+
   <!-- Build Tools Versions -->
   <PropertyGroup>
     <RoslynVersion>1.0.0-rc3-20150510-01</RoslynVersion>