diff options
author | Doug Huff <mith@jrbobdobbs.org> | 2011-06-27 15:11:35 -0500 |
---|---|---|
committer | Doug Huff <mith@jrbobdobbs.org> | 2011-06-27 15:11:35 -0500 |
commit | d8dda9de84eec34fa27dfb6be7c6bb0ab09de0d2 (patch) | |
tree | ee9e47934de3b4602c14bcfd858557ecf52efba0 /doc/release-process.txt | |
parent | d0d80170a2ca73004e08fb85007fe055cbf4e411 (diff) |
Add OSX App bundle and correct build instructions to reflect reality.
Diffstat (limited to 'doc/release-process.txt')
-rw-r--r-- | doc/release-process.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-process.txt b/doc/release-process.txt index c06e9f4cdd..0e15e1daa2 100644 --- a/doc/release-process.txt +++ b/doc/release-process.txt @@ -1,3 +1,9 @@ +* update (commit) version in sources + +* update (commit) version in OSX app bundle + + * CFBundleShortVersionString should have value like 0.3.23 + * CFBundleVersion should have value like 323 * tag version in git |