Replace remaining references to 2.9.0 with 2.9.1.

Also update the tech note listing the places that need to be changed when a
new version is released and the script which updates them automatically.

Finally update a couple of copyright years.

Closes #12185.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2010-07-12 22:49:59 +00:00
parent c6aabd1ca9
commit 6e3837d003
7 changed files with 42 additions and 34 deletions

View File

@@ -51,7 +51,7 @@
<key>CFBundleExecutable</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleGetInfoString</key>
<string>$(PRODUCT_NAME) version 2.9.0, (c) 2005-2008 wxWidgets</string>
<string>$(PRODUCT_NAME) version 2.9.1, (c) 2005-2010 wxWidgets</string>
<key>CFBundleIconFile</key>
<string>doc</string>
<key>CFBundleIdentifier</key>
@@ -66,22 +66,22 @@
<string>it</string>
</array>
<key>CFBundleLongVersionString</key>
<string>2.9.0, (c) 2005-2008 wxWidgets</string>
<string>2.9.1, (c) 2005-2010 wxWidgets</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.9.0</string>
<string>2.9.1</string>
<key>CFBundleSignature</key>
<string>WXMA</string>
<key>CFBundleVersion</key>
<string>2.9.0</string>
<string>2.9.1</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2005-2008 wxWidgets</string>
<string>Copyright 2005-2010 wxWidgets</string>
</dict>
</plist>