version bump

This commit is contained in:
Mirek Kratochvil 2016-01-20 22:47:20 +01:00
parent dbce46b48a
commit 83748c61cb
2 changed files with 9 additions and 1 deletions

View file

@ -1,6 +1,14 @@
Codecrypt ChangeLog
1.7.2
- better autoconfiguration of crypto++ include path
- support redirection to `-'
- add -E option
- update docs a bit
- correctly escape outputs
1.7.1
- rewrite QC-MDPC decoding for speed (still around O(wi^2))

View file

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