From 1415bbcc99a13bedb46d6521835459f9af8e1bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Sun, 6 Mar 2011 13:47:13 +0100 Subject: [PATCH 1/2] New DLL files --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7568b799d..7b398f08d 100755 --- a/setup.py +++ b/setup.py @@ -486,7 +486,9 @@ try: generate_file('scripts/picard.py2exe.in', 'scripts/picard', {}) self.distribution.data_files.append( ("", ["discid.dll", "libfftw3-3.dll", "libofa.dll", - "msvcp90.dll", "msvcr90.dll"])) + "python27.dll", "msvcr90.dll", "msvcp90.dll", + "avcodec-52.dll", "avformat-52.dll", "avutil-50.dll", + "libstdc++-6.dll"])) for locale in self.distribution.locales: self.distribution.data_files.append( ("locale/" + locale[1] + "/LC_MESSAGES", From 8930f054a196de1851869996f7e74c9b02230b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Sun, 6 Mar 2011 14:52:58 +0100 Subject: [PATCH 2/2] Change the version to 0.14dev --- picard/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picard/__init__.py b/picard/__init__.py index d29639106..b3ed43bbf 100644 --- a/picard/__init__.py +++ b/picard/__init__.py @@ -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, 13, 0, 'final', 0) +version_info = (0, 14, 0, 'dev', 0) if version_info[3] == 'final': if version_info[2] == 0: