Bumping version to 0.9.29; doc'ing recent additions

Some things snuck in to 0.9.28 binary builds, or were added
recently; making sure they're doc'd in CHANGES.txt
This commit is contained in:
Bill Kendrick 2022-06-14 00:15:58 -07:00
parent cdba8ffbbd
commit fbfd609665
5 changed files with 42 additions and 10 deletions

View file

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>tuxpaint</string>
<key>CFBundleGetInfoString</key>
<string>0.9.28, Copyright 2002-2022, Tux Paint Development Team</string>
<string>0.9.29, Copyright 2002-2022, Tux Paint Development Team</string>
<key>CFBundleIconFile</key>
<string>tuxpaint.icns</string>
<key>CFBundleIdentifier</key>
@ -19,10 +19,10 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.28</string>
<string>0.9.29</string>
<key>CFBundleSignature</key>
<string>TXPT</string>
<key>CFBundleVersion</key>
<string>2022-06-04</string>
<string>2022-06-14</string>
</dict>
</plist>