Skip to content

Commit bb6a639

Browse files
committed
Pick up CurrentVersion.props from stdlib
1 parent c751886 commit bb6a639

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

CurrentVersion.props

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<MajorVersion>3</MajorVersion>
5-
<MinorVersion>4</MinorVersion>
6-
<MicroVersion>2</MicroVersion>
7-
<ReleaseLevel>final</ReleaseLevel>
8-
<ReleaseSerial>0</ReleaseSerial><!-- this should only be 0 when final -->
9-
10-
<AssemblyRevision>0</AssemblyRevision>
11-
</PropertyGroup>
3+
<Import Project="$(MSBuildThisFileDirectory)\IronPython.StdLib\CurrentVersion.props" />
124
</Project>

0 commit comments

Comments
 (0)