version bump

This commit is contained in:
Mirek Kratochvil 2015-11-15 11:01:12 +01:00
parent 3f625e3690
commit bbfd0601d8
2 changed files with 9 additions and 1 deletions

View file

@ -1,6 +1,14 @@
Codecrypt ChangeLog
1.7
- add QC-MDPC McEliece variant
- mark QD McEliece as broken
- reimplement bit vectors (for speed)
- some code quality updates
- prevent mangling of command line output by crafted keyring
1.6.1
- simplify padding for symmetric encryption

View file

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