mirror of
https://github.com/transmission/transmission
synced 2025-02-02 20:43:51 +00:00
tell version.sh that it lives in macosx/ now.
This commit is contained in:
parent
b286397338
commit
1f486d8c97
1 changed files with 2 additions and 2 deletions
|
@ -33,12 +33,12 @@ replace_if_differs ()
|
||||||
}
|
}
|
||||||
|
|
||||||
# Generate version.mk
|
# Generate version.mk
|
||||||
cat > mk/version.mk.new << EOF
|
cat > macosx/version.mk.new << EOF
|
||||||
VERSION_REVISION = "$SVN_REVISION"
|
VERSION_REVISION = "$SVN_REVISION"
|
||||||
VERSION_STRING = "$USERAGENT_PREFIX ($SVN_REVISION)"
|
VERSION_STRING = "$USERAGENT_PREFIX ($SVN_REVISION)"
|
||||||
STABLE_RELEASE = "$STABLE_RELEASE"
|
STABLE_RELEASE = "$STABLE_RELEASE"
|
||||||
EOF
|
EOF
|
||||||
replace_if_differs mk/version.mk.new mk/version.mk
|
replace_if_differs macosx/version.mk.new macosx/version.mk
|
||||||
|
|
||||||
# Generate version.h
|
# Generate version.h
|
||||||
cat > libtransmission/version.h.new << EOF
|
cat > libtransmission/version.h.new << EOF
|
||||||
|
|
Loading…
Reference in a new issue