update implementation.version in build.xml for 1.2.0 release
parent
951ec955ab
commit
7ad7aa833e
|
@ -152,7 +152,7 @@ that requires JCE provider JAR's to be authenticated. Please see
|
||||||
### Revision History
|
### 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:
|
Release 1.2.0 of wolfCrypt JNI has bug fixes and new features including:
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<!-- versioning/manifest properties -->
|
<!-- versioning/manifest properties -->
|
||||||
<property name="implementation.vendor" value="wolfSSL Inc." />
|
<property name="implementation.vendor" value="wolfSSL Inc." />
|
||||||
<property name="implementation.title" value="wolfCrypt JNI" />
|
<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 -->
|
<!-- set properties for this build -->
|
||||||
<property name="src.dir" value="src/main/java/" />
|
<property name="src.dir" value="src/main/java/" />
|
||||||
|
|
Loading…
Reference in New Issue