Skip to content

Commit c675f43

Browse files
committed
v0.17.0-pre2
1 parent c0e144b commit c675f43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PCRE.NET
1212

1313
PCRE.NET is a .NET wrapper for the [PCRE library](http://www.pcre.org/). The goal of this project is to bring most of PCRE's features for use from .NET applications with as little overhead as possible.
1414

15-
The current version is **0.17.0-pre1**, based on PCRE **10.38-RC1**. It supports the following systems:
15+
The current version is **0.17.0-pre2**, based on PCRE **10.38-RC1**. It supports the following systems:
1616

1717
- Windows x64
1818
- Windows x86

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<PropertyGroup>
20-
<Version>0.17.0-pre1</Version>
20+
<Version>0.17.0-pre2</Version>
2121
</PropertyGroup>
2222

2323
<PropertyGroup Condition="'$(NCrunch)' == '1'">

0 commit comments

Comments
 (0)