diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-11-14 18:36:04 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-11-14 18:36:04 -0200 |
commit | 9cd7165a5a63a5824a327920b428eeed8aec528e (patch) | |
tree | 327380cb0526e758218f76806f41619d5bb317ad /development.mdwn | |
parent | 3fd3851b600f18b19ed201693a270bb29dcfc4ff (diff) | |
download | keyringer-9cd7165a5a63a5824a327920b428eeed8aec528e.tar.gz keyringer-9cd7165a5a63a5824a327920b428eeed8aec528e.tar.bz2 |
Keyringer 0.2.70.2.7
Diffstat (limited to 'development.mdwn')
-rw-r--r-- | development.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
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" |