Changelog and version number for 0.9.0alpha13

This commit is contained in:
Lukáš Lalinský
2007-07-29 22:15:56 +02:00
parent 2ba9a2e8c4
commit c8dfc10039
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
Version 0.9.0alpha13 - 2007-07-29
* Bug Fixes:
* Fixed drag&drop issue on Windows Vista.
http://forums.musicbrainz.org/viewtopic.php?id=693
Version 0.9.0alpha12 - 2007-07-29
* Changes:
* "User directory" location changed:

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, 'dev', 13)
version_info = (0, 9, 0, 'alpha', 13)
if version_info[3] == 'final':
version_string = '%d.%d.%d' % version_info[:3]