version bump to 1.4.1

Userfriendly release
This commit is contained in:
Mirek Kratochvil 2014-01-25 17:51:13 +01:00
parent 7556472bba
commit 40fc690b1d
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,8 @@
Codecrypt ChangeLog
1.4.1
- compile on windows
- cleanup some code, clarify&be helpful on the `-a' option
- prevent possible memory corruption on FMTSeq mangled privkeys

View file

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