diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-02-18 17:36:07 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-02-18 17:36:07 +0700 |
commit | f5df0e6e0e69ca1e12a7ad135aee65fe934de64a (patch) | |
tree | 5e79ba6c8f8e5fc74084da826da07067abea5313 /crypto/src | |
parent | Add a bare bones .gitignore (diff) | |
download | BouncyCastle.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')
-rw-r--r-- | crypto/src/AssemblyInfo.cs | 2 |
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 |