summary refs log tree commit diff
path: root/crypto
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2018-08-07 20:50:55 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2018-08-07 20:50:55 +0700
commitc01bc530cbaa5f3d4db4cd155b7c9520e0df1617 (patch)
tree23382c91a8eac5e786ece098356132c3174a6071 /crypto
parentRefactoring around Pkcs10CertificationRequest (diff)
downloadBouncyCastle.NET-ed25519-c01bc530cbaa5f3d4db4cd155b7c9520e0df1617.tar.xz
Update versions and release notes for 1.8.3
Diffstat (limited to 'crypto')
-rw-r--r--crypto/NBuild.build2
-rw-r--r--crypto/Readme.html2
-rw-r--r--crypto/src/AssemblyInfo.cs6
3 files changed, 5 insertions, 5 deletions
diff --git a/crypto/NBuild.build b/crypto/NBuild.build
index 89c557702..dd63df279 100644
--- a/crypto/NBuild.build
+++ b/crypto/NBuild.build
@@ -16,7 +16,7 @@
   <property name="dist-path" value="./dist"/>
 
   <!-- Version -->
-  <property name="version" value="1.8.2"/>
+  <property name="version" value="1.8.3"/>
   <property name="name" value="BouncyCastle.Crypto"/>
 
   <property name="OPTIONAL_STRONG_NAME" value="" />
diff --git a/crypto/Readme.html b/crypto/Readme.html
index 153897914..faad344cc 100644
--- a/crypto/Readme.html
+++ b/crypto/Readme.html
@@ -294,7 +294,7 @@ We state, where EC MQV has not otherwise been disabled or removed:
 		<hr style="WIDTH: 100%; HEIGHT: 2px">
 		<h3><a class="mozTocH3" name="mozTocId3413"></a>Notes:</h3>
 
-        <h4><a class="mozTocH4" name="mozTocId85317"></a>Release 1.8.3, TBD</h4>
+        <h4><a class="mozTocH4" name="mozTocId85317"></a>Release 1.8.3, Tuesday August 7, 2018</h4>
 
         <h5>IMPORTANT</h5>
         <ul>
diff --git a/crypto/src/AssemblyInfo.cs b/crypto/src/AssemblyInfo.cs
index d95dca5ab..e1a8f6717 100644
--- a/crypto/src/AssemblyInfo.cs
+++ b/crypto/src/AssemblyInfo.cs
@@ -33,9 +33,9 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Revision and Build Numbers
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("1.8.2.0")]
-[assembly: AssemblyFileVersion("1.8.18099.1")]
-[assembly: AssemblyInformationalVersion("1.8.2")]
+[assembly: AssemblyVersion("1.8.3.0")]
+[assembly: AssemblyFileVersion("1.8.18219.1")]
+[assembly: AssemblyInformationalVersion("1.8.3")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the