summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorRahul Kumar <rahku@microsoft.com>2016-08-02 15:40:23 -0700
committerRahul Kumar <rahku@microsoft.com>2016-08-02 15:40:23 -0700
commitbb8759ee5e5fb737709eb26963680b3b5a97f3ed (patch)
treeac78153898c0e1f85a8a06ab7c146fb29b24e77e /dir.props
parent3de3ad5792922657efb9438ebdb87a501b5c457b (diff)
downloadcoreclr-bb8759ee5e5fb737709eb26963680b3b5a97f3ed.tar.gz
coreclr-bb8759ee5e5fb737709eb26963680b3b5a97f3ed.tar.bz2
coreclr-bb8759ee5e5fb737709eb26963680b3b5a97f3ed.zip
RC2 release used version 4.6.*. However RTM release started to use the default values of 1.0.* by mistake. Revert back to using 4.6 as major & minor version number
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props6
1 files changed, 6 insertions, 0 deletions
diff --git a/dir.props b/dir.props
index 992d95411d..d2b159d662 100644
--- a/dir.props
+++ b/dir.props
@@ -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>