Module: deluge Branch: 1.3-stable Commit: dc0bf3bc8889bef505b97a2f29bf3b2c94a96f4f
Author: Andrew Resch <[email protected]> Date: Sun Oct 31 10:15:02 2010 -0700 Update versions and changelog --- ChangeLog | 2 +- win32/deluge-bbfreeze.py | 2 +- win32/deluge-win32-installer.nsi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 16651ba..0241bf0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -=== Deluge 1.3.1 (In Development) === +=== Deluge 1.3.1 (31 October 2010) === ==== Core ==== * #1369: Fix non-ascii config folders not working in windows diff --git a/win32/deluge-bbfreeze.py b/win32/deluge-bbfreeze.py index ecbbf61..f9687d8 100644 --- a/win32/deluge-bbfreeze.py +++ b/win32/deluge-bbfreeze.py @@ -1,4 +1,4 @@ -build_version = "1.3.0" +build_version = "1.3.1" python_path = "C:\\Python26\\" import os, glob diff --git a/win32/deluge-win32-installer.nsi b/win32/deluge-win32-installer.nsi index 6771db1..7aa8b56 100644 --- a/win32/deluge-win32-installer.nsi +++ b/win32/deluge-win32-installer.nsi @@ -37,7 +37,7 @@ SetCompressor lzma # Deluge program information !define PROGRAM_NAME "Deluge" -!define PROGRAM_VERSION "1.3.0" +!define PROGRAM_VERSION "1.3.1" !define PROGRAM_WEB_SITE "http://deluge-torrent.org" # Python files generated with bbfreeze (without DLLs from GTK+ runtime) -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
