version bump to 1.4.1
Userfriendly release
This commit is contained in:
parent
7556472bba
commit
40fc690b1d
|
@ -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
|
||||
|
|
|
@ -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])
|
||||
|
||||
|
|
Loading…
Reference in a new issue