Skip to content

Commit

Permalink
rc-010
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Jan 23, 2023
1 parent 3cd2629 commit c15ef75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- common version -->
<VersionFileContent>$([System.IO.File]::ReadAllText($(MSBuildThisFileDirectory)wordpress/wp-includes/version.php) )</VersionFileContent>
<VersionPrefix Condition=" '$(VersionPrefix)'=='' ">$([System.Text.RegularExpressions.Regex]::Match($(VersionFileContent), "\$wp_version\s*=\s*'([0-9\.]+)';").Groups.get_Item(1) )</VersionPrefix>
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">rc-009</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">rc-010</VersionSuffix>
<!--PeachpieVersion> specified in global.json </PeachpieVersion-->

<!-- metadata generation -->
Expand Down

0 comments on commit c15ef75

Please sign in to comment.