version bump
This commit is contained in:
parent
dbce46b48a
commit
83748c61cb
|
@ -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))
|
||||
|
|
|
@ -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])
|
||||
|
||||
|
|
Loading…
Reference in a new issue