Version number.

This commit is contained in:
Lukáš Lalinský
2007-05-12 11:20:36 +02:00
parent 44fd83be4e
commit 4d2c3cb50f
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
Version 0.9.0beta1 - 2007-XX-YY
Version 0.9.0alpha9 - 2007-05-12
* New Features:
* The tag editor now accepts free-text tag names.
* Load 'DJ-mixed by' AR data to %djmixer% tag.
@@ -7,6 +7,9 @@ Version 0.9.0beta1 - 2007-XX-YY
* Sort files in clusters by disc number, track number and file name. (#2547)
* Support for any text frame in special variable %_id3:%.
* Ignore empty ID3 text values.
* Windows installer:
* Removed DirectX-based decoder.
* FFmpeg compiled with AAC (faad2) support.
* Bug Fixes:
* Save XSOP frame to ID3v2.3 tags. (#2484)
* Use attributes like 'guest' or 'additional' also from generic performer ARs.

View File

@@ -17,7 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
version_info = (0, 9, 0, 'alpha', 8)
version_info = (0, 9, 0, 'alpha', 9)
if version_info[3] == 'final':
version_string = '%d.%d.%d' % version_info[:3]