mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
update version number to 0.80+
This commit is contained in:
parent
30f260faa8
commit
ffa077454e
2 changed files with 5 additions and 4 deletions
|
@ -2642,6 +2642,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
|||
TOOLBAR_FILTER, TOOLBAR_INFO, nil];
|
||||
}
|
||||
|
||||
#warning validateUserInterfaceItem: ???
|
||||
- (BOOL) validateToolbarItem: (NSToolbarItem *) toolbarItem
|
||||
{
|
||||
NSString * ident = [toolbarItem itemIdentifier];
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
MAJOR="0"
|
||||
MINOR="8"
|
||||
MAINT="0"
|
||||
BETA="0"
|
||||
STRING=0.80
|
||||
BETA="Z"
|
||||
STRING=0.80+
|
||||
|
||||
PEERID_PREFIX="-TR0800-"
|
||||
USERAGENT_PREFIX="0.80"
|
||||
PEERID_PREFIX="-TR080Z-"
|
||||
USERAGENT_PREFIX="0.80+"
|
||||
SVN_REVISION=`( find . '(' -name '*.[chm]' -o -name '*.cpp' -o -name '*.po' \
|
||||
-o -name '*.mk' -o -name '*.in' -o -name 'Makefile' \
|
||||
-o -name 'configure' ')' -exec cat '{}' ';' ) | \
|
||||
|
|
Loading…
Reference in a new issue