diff options
Diffstat (limited to 'development.mdwn')
-rw-r--r-- | development.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development.mdwn b/development.mdwn index e90c086..90e18d1 100644 --- a/development.mdwn +++ b/development.mdwn @@ -34,7 +34,7 @@ Prepare the source code: Commit and tag a release: git commit -a -m "Keyringer VERSION" - git tag -s + git tag -s VERSION -m "Keyringer VERSION" git checkout upstream git merge master git checkout debian |