[Cryptech-Commits] [core/math/modexpng] 89/92: Increment version number.
git at cryptech.is
git at cryptech.is
Sat Mar 14 18:20:08 UTC 2020
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository core/math/modexpng.
commit 13abd96dd5a911ad042620cb61d4c41fbd6119ec
Author: Pavel V. Shatov (Meister) <meisterpaul1 at yandex.ru>
AuthorDate: Mon Feb 3 22:52:52 2020 +0300
Increment version number.
---
rtl/modexpng_wrapper.v | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rtl/modexpng_wrapper.v b/rtl/modexpng_wrapper.v
index 53e3ede..b4e89d2 100644
--- a/rtl/modexpng_wrapper.v
+++ b/rtl/modexpng_wrapper.v
@@ -97,7 +97,7 @@ module modexpng_wrapper
//
`define MODEXPNG_DEFAULT_NAME0 32'h6D6F6465 // "mode"
`define MODEXPNG_DEFAULT_NAME1 32'h78706E67 // "xpng"
- `define MODEXPNG_DEFAULT_VERSION 32'h302E3230 // "0.20"
+ `define MODEXPNG_DEFAULT_VERSION 32'h302E3231 // "0.21"
`define MODEXPNG_DEFAULT_CONTROL 1'b0
`define MODEXPNG_DEFAULT_MODE 1'b0
More information about the Commits
mailing list