forked from dryphp/openpgp.php
-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
1 parent
3778c42
commit b55996c
Showing
1 changed file
with
2 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* (RFC 4880). | ||
* | ||
* @package OpenPGP | ||
* @version 0.6.0 | ||
* @version 0.7.0 | ||
* @author Arto Bendiken <[email protected]> | ||
* @author Stephen Paul Weber <[email protected]> | ||
* @see http://github.com/bendiken/openpgp-php | ||
|
@@ -18,7 +18,7 @@ | |
* @see http://tools.ietf.org/html/rfc4880 | ||
*/ | ||
class OpenPGP { | ||
const VERSION = array(0, 6, 0); | ||
const VERSION = array(0, 7, 0); | ||
|
||
/** | ||
* @see http://tools.ietf.org/html/rfc4880#section-6 | ||
|