This commit is contained in:
Eric Petit 2006-02-11 16:34:25 +00:00
parent 878aa6828b
commit 307b9e75aa
2 changed files with 5 additions and 5 deletions

View File

@ -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
View File

@ -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