Bump version number.

This commit is contained in:
Lukáš Lalinský
2007-03-09 22:10:40 +01:00
parent d0da7bc28e
commit fac1c699e8
2 changed files with 6 additions and 2 deletions

View File

@@ -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

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