Ensure all docs/etc. show 0.9.24 version #

This commit is contained in:
Bill Kendrick 2020-03-28 22:38:10 -07:00
parent ad4bfde57c
commit 5ad2621abc
12 changed files with 25 additions and 25 deletions

View file

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>tuxpaint</string>
<key>CFBundleGetInfoString</key>
<string>0.9.23c, Copyright 2009-2018, Tux Paint Development Team</string>
<string>0.9.24, Copyright 2009-2020, 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.23c</string>
<string>0.9.24</string>
<key>CFBundleSignature</key>
<string>TXPT</string>
<key>CFBundleVersion</key>
<string>2018-10-07</string>
<string>2020-03-28</string>
</dict>
</plist>