-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nils Schneider
committed
Jul 21, 2014
1 parent
1b029e7
commit 668f833
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> Mon, 21 Jul 2014 14:30:00 +0200 | ||
|
||
ecdsautils (0.3.1-1) unstable; urgency=low | ||
|
||
* Initial release (Closes: #nnnn). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,6 @@ | |
*/ | ||
#pragma once | ||
|
||
#define VERSION "0.3.1" | ||
#define VERSION "0.3.2" | ||
|
||
void print_version(); |