mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-20 14:44:05 +00:00
Bump version number.
This commit is contained in:
6
NEWS.txt
6
NEWS.txt
@@ -1,4 +1,8 @@
|
||||
Version 0.9.0alpha3 - 2007-03-XX
|
||||
Version 0.9.0alpha4 - 2007-03-09
|
||||
* Bug Fixes:
|
||||
* Fixed case-insentive file renaming. (#2457, #2513)
|
||||
|
||||
Version 0.9.0alpha3 - 2007-03-08
|
||||
* New Features:
|
||||
* Using of 'performed by' AR types (without instrument or vocal).
|
||||
* The "Replace non-ASCII characters" option will try to remove
|
||||
|
||||
@@ -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', 3)
|
||||
version_info = (0, 9, 0, 'alpha', 4)
|
||||
|
||||
if version_info[3] == 'final':
|
||||
version_string = '%d.%d.%d' % version_info[:3]
|
||||
|
||||
Reference in New Issue
Block a user