diff --git a/debian/changelog b/debian/changelog index 27875d9..1afe4b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,10 @@ -ecdsautils (0.3.1+git20140612-1) unstable; urgency=low +ecdsautils (0.3.2-1) unstable; urgency=low + + * ecdsaverify will read from stdin if no file is given + + -- Nils Schneider Mon, 21 Jul 2014 14:30:00 +0200 + +ecdsautils (0.3.1-1) unstable; urgency=low * Initial release (Closes: #nnnn). diff --git a/src/version.h b/src/version.h index 9dc722e..16009eb 100644 --- a/src/version.h +++ b/src/version.h @@ -24,6 +24,6 @@ */ #pragma once -#define VERSION "0.3.1" +#define VERSION "0.3.2" void print_version();