diff options
author | Anders Nordby <anders@FreeBSD.org> | 2003-12-22 17:05:05 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2003-12-22 17:05:05 +0000 |
commit | 91e47145c37c3358673b209ea800b34a0624aeed (patch) | |
tree | 76c7203504f029fb18d929e2a4a20de59dab54d0 /security/fpm/files | |
parent | 4e17168b302f4086f7d6945118c9d3ee79cebbe1 (diff) | |
download | ports-91e47145c37c3358673b209ea800b34a0624aeed.tar.gz ports-91e47145c37c3358673b209ea800b34a0624aeed.zip |
Update to 0.59:
- bugs fixed.
- support for exporting (ascii, xml) and importing (tab delimited,
gpasman) passwords added.
Notes
Notes:
svn path=/head/; revision=96448
Diffstat (limited to 'security/fpm/files')
-rw-r--r-- | security/fpm/files/patch-config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/fpm/files/patch-config.h b/security/fpm/files/patch-config.h index bfd7d90c2764..b7422a8b02b1 100644 --- a/security/fpm/files/patch-config.h +++ b/security/fpm/files/patch-config.h @@ -133,5 +133,5 @@ +#define PACKAGE "fpm" + +/* Version number of package */ -+#define VERSION "0.53" ++#define VERSION "0.59" + |