diff options
author | Andrew Resch <andrewresch@gmail.com> | 2010-10-31 10:15:02 -0700 |
---|---|---|
committer | Andrew Resch <andrewresch@gmail.com> | 2010-10-31 10:15:02 -0700 |
commit | dc0bf3bc8889bef505b97a2f29bf3b2c94a96f4f (patch) | |
tree | cc471e180ae74fe49066f87ee25ecb3aa301d59d | |
parent | 3b9d7ff9c3f66a3b31be72c685988338f8fa2537 (diff) | |
download | deluge-dc0bf3bc8889bef505b97a2f29bf3b2c94a96f4f.tar.gz deluge-dc0bf3bc8889bef505b97a2f29bf3b2c94a96f4f.tar.bz2 deluge-dc0bf3bc8889bef505b97a2f29bf3b2c94a96f4f.zip |
Update versions and changelog
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | win32/deluge-bbfreeze.py | 2 | ||||
-rw-r--r-- | win32/deluge-win32-installer.nsi | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 ecbbf6187..f9687d8c6 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 6771db1a8..7aa8b564b 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) |