Update versions and changelog
This commit is contained in:
parent
3b9d7ff9c3
commit
dc0bf3bc88
|
@ -1,4 +1,4 @@
|
||||||
=== Deluge 1.3.1 (In Development) ===
|
=== Deluge 1.3.1 (31 October 2010) ===
|
||||||
==== Core ====
|
==== Core ====
|
||||||
* #1369: Fix non-ascii config folders not working in windows
|
* #1369: Fix non-ascii config folders not working in windows
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
build_version = "1.3.0"
|
build_version = "1.3.1"
|
||||||
python_path = "C:\\Python26\\"
|
python_path = "C:\\Python26\\"
|
||||||
|
|
||||||
import os, glob
|
import os, glob
|
||||||
|
|
|
@ -37,7 +37,7 @@ SetCompressor lzma
|
||||||
|
|
||||||
# Deluge program information
|
# Deluge program information
|
||||||
!define PROGRAM_NAME "Deluge"
|
!define PROGRAM_NAME "Deluge"
|
||||||
!define PROGRAM_VERSION "1.3.0"
|
!define PROGRAM_VERSION "1.3.1"
|
||||||
!define PROGRAM_WEB_SITE "http://deluge-torrent.org"
|
!define PROGRAM_WEB_SITE "http://deluge-torrent.org"
|
||||||
|
|
||||||
# Python files generated with bbfreeze (without DLLs from GTK+ runtime)
|
# Python files generated with bbfreeze (without DLLs from GTK+ runtime)
|
||||||
|
|
Loading…
Reference in New Issue