mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-22 23:55:46 +00:00
Changelog and version number for 0.9.0alpha13
This commit is contained in:
5
NEWS.txt
5
NEWS.txt
@@ -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:
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user