This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 56a15dd6 Define version 3 constant [skip ci]
56a15dd6 is described below

commit 56a15dd672217a879bbdda5b1549548512a569f9
Author: Sebb <[email protected]>
AuthorDate: Wed Nov 8 23:50:22 2023 +0000

    Define version 3 constant [skip ci]
---
 src/main/native/org/apache/commons/crypto/org_apache_commons_crypto.h | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/main/native/org/apache/commons/crypto/org_apache_commons_crypto.h 
b/src/main/native/org/apache/commons/crypto/org_apache_commons_crypto.h
index 6832100a..1ba10a75 100644
--- a/src/main/native/org/apache/commons/crypto/org_apache_commons_crypto.h
+++ b/src/main/native/org/apache/commons/crypto/org_apache_commons_crypto.h
@@ -316,6 +316,7 @@ static FARPROC WINAPI do_dlsym_fallback(JNIEnv *env, 
HMODULE handle, LPCSTR symb
 
 #define VERSION_1_0_X 0x10000000
 #define VERSION_1_1_X 0x10100000
+#define VERSION_3_0_X 0x30000000
 
 #endif
 

Reply via email to