mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
Now 0.6-svn
This commit is contained in:
parent
307b9e75aa
commit
5718a220c1
1 changed files with 2 additions and 2 deletions
4
Jamrules
4
Jamrules
|
@ -7,8 +7,8 @@ if ! $(DEFINES)
|
||||||
|
|
||||||
VERSION_MAJOR = 0 ;
|
VERSION_MAJOR = 0 ;
|
||||||
VERSION_MINOR = 5 ;
|
VERSION_MINOR = 5 ;
|
||||||
VERSION_STRING = $(VERSION_MAJOR).$(VERSION_MINOR) ;
|
# VERSION_STRING = $(VERSION_MAJOR).$(VERSION_MINOR) ;
|
||||||
# VERSION_STRING = 0.6-svn ;
|
VERSION_STRING = 0.6-svn ;
|
||||||
|
|
||||||
DEFINES += VERSION_MAJOR=$(VERSION_MAJOR)
|
DEFINES += VERSION_MAJOR=$(VERSION_MAJOR)
|
||||||
VERSION_MINOR=$(VERSION_MINOR)
|
VERSION_MINOR=$(VERSION_MINOR)
|
||||||
|
|
Loading…
Reference in a new issue