Merge pull request #23 from cconlon/releasePrep
update implementation.version in build.xml for 1.2.0 releasepull/24/head v1.2.0-stable
commit
ae3ed2b5c8
|
@ -152,7 +152,7 @@ that requires JCE provider JAR's to be authenticated. Please see
|
|||
### Revision History
|
||||
---------
|
||||
|
||||
#### wolfCrypt JNI Release 1.2.0 (11/15/2021)
|
||||
#### wolfCrypt JNI Release 1.2.0 (11/16/2021)
|
||||
|
||||
Release 1.2.0 of wolfCrypt JNI has bug fixes and new features including:
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<!-- versioning/manifest properties -->
|
||||
<property name="implementation.vendor" value="wolfSSL Inc." />
|
||||
<property name="implementation.title" value="wolfCrypt JNI" />
|
||||
<property name="implementation.version" value="1.0" />
|
||||
<property name="implementation.version" value="1.2" />
|
||||
|
||||
<!-- set properties for this build -->
|
||||
<property name="src.dir" value="src/main/java/" />
|
||||
|
|
Loading…
Reference in New Issue