mirror of
https://github.com/transmission/transmission
synced 2025-03-12 23:23:54 +00:00
0.5
This commit is contained in:
parent
878aa6828b
commit
307b9e75aa
2 changed files with 5 additions and 5 deletions
8
Jamrules
8
Jamrules
|
@ -6,14 +6,14 @@ if ! $(DEFINES)
|
|||
}
|
||||
|
||||
VERSION_MAJOR = 0 ;
|
||||
VERSION_MINOR = 4 ;
|
||||
# VERSION_STRING = $(VERSION_MAJOR).$(VERSION_MINOR) ;
|
||||
VERSION_STRING = 0.5-svn ;
|
||||
VERSION_MINOR = 5 ;
|
||||
VERSION_STRING = $(VERSION_MAJOR).$(VERSION_MINOR) ;
|
||||
# VERSION_STRING = 0.6-svn ;
|
||||
|
||||
DEFINES += VERSION_MAJOR=$(VERSION_MAJOR)
|
||||
VERSION_MINOR=$(VERSION_MINOR)
|
||||
VERSION_STRING=\\\"$(VERSION_STRING)\\\" ;
|
||||
OPTIM = -O0 ;
|
||||
OPTIM = -O3 ;
|
||||
RM = rm -Rf ;
|
||||
|
||||
rule SystemLibraries
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1,6 +1,6 @@
|
|||
NEWS file for Transmission <http://transmission.m0k.org/>
|
||||
|
||||
0.5 (not yet released)
|
||||
0.5 (2006/02/11)
|
||||
- Only uses one port for all torrents
|
||||
- Rewritten choking algorithm
|
||||
- Remembers download and upload sizes from one launch to another
|
||||
|
|
Loading…
Add table
Reference in a new issue