diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-11-23 00:12:01 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-11-23 00:12:01 +0700 |
commit | 0a6a5b964b14e12e561f1be53ed0c93db7f46202 (patch) | |
tree | 892199ff0faa93fb47188e81ad680041452a1634 | |
parent | Merge branch 'vs2010' of https://github.com/jstedfast/bc-csharp into jstedfas... (diff) | |
download | BouncyCastle.NET-ed25519-0a6a5b964b14e12e561f1be53ed0c93db7f46202.tar.xz |
Update version for release release-1.8.0
-rw-r--r-- | crypto/NBuild.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/NBuild.build b/crypto/NBuild.build index 84fc5d68b..984fd6758 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.0-RC.3"/> + <property name="version" value="1.8.0"/> <property name="name" value="BouncyCastle.Crypto"/> <property name="OPTIONAL_STRONG_NAME" value="" /> |