Skip to content

Commit c15ef75

Browse files
committed
rc-010
1 parent 3cd2629 commit c15ef75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- common version -->
1111
<VersionFileContent>$([System.IO.File]::ReadAllText($(MSBuildThisFileDirectory)wordpress/wp-includes/version.php) )</VersionFileContent>
1212
<VersionPrefix Condition=" '$(VersionPrefix)'=='' ">$([System.Text.RegularExpressions.Regex]::Match($(VersionFileContent), "\$wp_version\s*=\s*'([0-9\.]+)';").Groups.get_Item(1) )</VersionPrefix>
13-
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">rc-009</VersionSuffix>
13+
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">rc-010</VersionSuffix>
1414
<!--PeachpieVersion> specified in global.json </PeachpieVersion-->
1515

1616
<!-- metadata generation -->

0 commit comments

Comments
 (0)