Skip to content

Commit ab6cd1d

Browse files
committed
mp3unicode-1.2.1
1 parent 257aeca commit ab6cd1d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
AC_PREREQ([2.60])
21-
AC_INIT([mp3unicode], [1.3-svn])
21+
AC_INIT([mp3unicode], [1.2.1])
2222
AM_INIT_AUTOMAKE([${PACKAGE_NAME}], [${PACKAGE_VERSION}])
2323
AM_CONFIG_HEADER([config.h])
2424
AC_CONFIG_SRCDIR([mp3unicode.cpp])

releases.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
<?xml version="1.0"?>
22
<releases>
3+
<release>
4+
<version>1.2.1</version>
5+
<date>2012-05-06</date>
6+
<file type="source">https://github.com/downloads/alonbl/mp3unicode/mp3unicode-1.2.1.tar.bz2</file>
7+
<file type="ebuild">http://packages.gentoo.org/package/media-sound/mp3unicode</file>
8+
<changes>
9+
<change>Fix -p parameter.</change>
10+
<change>Add -w parameter.</change>
11+
<change>Print a message if file save failed.</change>
12+
</changes>
13+
</release>
14+
315
<release>
416
<version>1.2</version>
517
<date>2007-09-28</date>

0 commit comments

Comments
 (0)