Skip to content

Commit

Permalink
Version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed May 12, 2007
1 parent 44fd83b commit 4d2c3cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion NEWS.txt
@@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion picard/__init__.py
Expand Up @@ -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]
Expand Down

0 comments on commit 4d2c3cb

Please sign in to comment.