diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-02-01 17:48:55 +1100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-01 17:48:55 +1100 |
commit | 5d9ed3f1b403105e92a96c8d7ebdac46cff4f309 (patch) | |
tree | 8d093e3322d76addeb05b0560ccd2342fa1126bd /packaging/macosx | |
parent | cf3c0266c2bf0f6fbbd532ef4e0c9bdd0a7b37a7 (diff) | |
download | subsurface-5d9ed3f1b403105e92a96c8d7ebdac46cff4f309.tar.gz |
Bump version number to 2.9v2.9
This is intended as a visual sign that we are getting closer to 3.0.
We should consider this a "soft" code freeze / string freeze - I'm still
looking for a bunch of fixes, small additions and of course documentation,
but no new major features.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/macosx')
-rw-r--r-- | packaging/macosx/Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/macosx/Info.plist b/packaging/macosx/Info.plist index f9ddaa237..aecd9ab76 100644 --- a/packaging/macosx/Info.plist +++ b/packaging/macosx/Info.plist @@ -19,8 +19,8 @@ <key>CFBundleInfoDictionaryVersion</key> <string>1.0</string> <key>CFBundleVersionString</key> - <string>2.1</string> + <string>2.9</string> <key>CFBundleVersion</key> - <string>2.1</string> + <string>2.9</string> </dict> </plist> |