version bump
This commit is contained in:
parent
e4499c4eb2
commit
017ef07f42
|
@ -1,6 +1,10 @@
|
||||||
|
|
||||||
Codecrypt ChangeLog
|
Codecrypt ChangeLog
|
||||||
|
|
||||||
|
1.7.3
|
||||||
|
|
||||||
|
- tiny fixes in mce_qcmdpc to improve decoding
|
||||||
|
|
||||||
1.7.2
|
1.7.2
|
||||||
|
|
||||||
- better autoconfiguration of crypto++ include path
|
- better autoconfiguration of crypto++ include path
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
AC_PREREQ(2.6)
|
AC_PREREQ(2.6)
|
||||||
AC_INIT([codecrypt], [1.7.2])
|
AC_INIT([codecrypt], [1.7.3])
|
||||||
AC_CONFIG_AUX_DIR(.) # because of libtoolize
|
AC_CONFIG_AUX_DIR(.) # because of libtoolize
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
codecrypt (1.7.3) unstable; urgency=low
|
||||||
|
|
||||||
|
* upstream version 1.7.3
|
||||||
|
|
||||||
|
-- Mirek Kratochvil <exa.exa@gmail.com> Thu, 11 Feb 2016 20:25:55 +0100
|
||||||
|
|
||||||
codecrypt (1.7.2) unstable; urgency=low
|
codecrypt (1.7.2) unstable; urgency=low
|
||||||
|
|
||||||
* Imported Upstream version 1.7.2
|
* Imported Upstream version 1.7.2
|
||||||
|
|
Loading…
Reference in a new issue