diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | development.mdwn | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -2013-11-14 - Silvio Rhatto <rhatto@riseup.net> +2013-11-14 - 0.2.7 Silvio Rhatto <rhatto@riseup.net> Ramdisk check for temporary folders (closes #13) diff --git a/development.mdwn b/development.mdwn index b03ecbc..26a865c 100644 --- a/development.mdwn +++ b/development.mdwn @@ -51,6 +51,7 @@ Prepare the source code: Commit and tag a release: + VERSION="X.Y.Z" git commit -a -m "Keyringer $VERSION" git tag -s $VERSION -m "Keyringer $VERSION" |