summary refs log tree commit diff
path: root/crypto/src/AssemblyInfo.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-02-18 17:36:07 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-02-18 17:36:07 +0700
commitf5df0e6e0e69ca1e12a7ad135aee65fe934de64a (patch)
tree5e79ba6c8f8e5fc74084da826da07067abea5313 /crypto/src/AssemblyInfo.cs
parentAdd a bare bones .gitignore (diff)
downloadBouncyCastle.NET-ed25519-f5df0e6e0e69ca1e12a7ad135aee65fe934de64a.tar.xz
Changes to build system in preparation for beta release release-1.8.0-beta.1
Diffstat (limited to 'crypto/src/AssemblyInfo.cs')
-rw-r--r--crypto/src/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/AssemblyInfo.cs b/crypto/src/AssemblyInfo.cs
index 81ca5ffd3..7dd625878 100644
--- a/crypto/src/AssemblyInfo.cs
+++ b/crypto/src/AssemblyInfo.cs
@@ -29,7 +29,7 @@ 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.7.*")]
+[assembly: AssemblyVersion("1.8.*")]
 
 //
 // In order to sign your assembly you must specify a key to use. Refer to the