version bump to 1.7.6

This commit is contained in:
Mirek Kratochvil 2017-07-10 12:40:37 +02:00
父節點 cc9b6b5858
當前提交 e5b8b4bc82
共有 2 個檔案被更改,包括 7 行新增1 行删除

查看文件

@ -1,6 +1,12 @@
Codecrypt ChangeLog
1.7.6
- small improvements in keyring, hash verification and documentation
- allow user-supplied random seed source
- fix warnings on clang
1.7.5
- standardize Cubehash implementation

查看文件

@ -1,6 +1,6 @@
AC_PREREQ(2.6)
AC_INIT([codecrypt], [1.7.5])
AC_INIT([codecrypt], [1.7.6])
AC_CONFIG_AUX_DIR(.) # because of libtoolize
AC_CONFIG_MACRO_DIR([m4])