Skip to content

Commit d36f690

Browse files
committed
Prepare for 2.0.0-beta3
1 parent 1e51ecd commit d36f690

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MaxMind.Db/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[assembly: AssemblyConfiguration("")]
1717
[assembly: AssemblyCompany("MaxMind, Inc.")]
1818
[assembly: AssemblyProduct("MaxMind.Db")]
19-
[assembly: AssemblyCopyright("Copyright © 2015 MaxMind, Inc.")]
19+
[assembly: AssemblyCopyright("Copyright © 2013-2016 MaxMind, Inc.")]
2020
[assembly: AssemblyTrademark("")]
2121
[assembly: AssemblyCulture("")]
2222

@@ -44,7 +44,7 @@
4444

4545
[assembly: AssemblyVersion("2.0.0")]
4646
[assembly: AssemblyFileVersion("2.0.0")]
47-
[assembly: AssemblyInformationalVersion("2.0.0-beta2")]
47+
[assembly: AssemblyInformationalVersion("2.0.0-beta3")]
4848
[assembly: InternalsVisibleTo("MaxMind.Db.Test,PublicKey=" +
4949
"0024000004800000940000000602000000240000525341310004000001000100e30b6e4a9425b1" +
5050
"617ffc8bdf79801e67a371f9f650db860dc0dfff92cb63258765a0955c6fcde1da78dbaf5bf84d" +

releasenotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Nodes #
22

3-
## 2.0.0 (2016-XX-XX)
3+
## 2.0.0-beta3 (2016-03-24)
44

55
* The Reader class now has an overloaded method that takes an integer out
66
parameter. This parameter is set the the network prefix length for the

0 commit comments

Comments
 (0)