diff options
author | sr55 <[email protected]> | 2008-05-30 20:27:26 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-05-30 20:27:26 +0000 |
commit | b6dfa0aa26c505f73224e69a63682ec7755b94cf (patch) | |
tree | 608977713de37e089bebeba0561fe398825010f3 /Jamrules | |
parent | aa0cbb2721210cddd010e8e61524dd6ac14e5528 (diff) |
update.c altered to use both appcast.xml and appcast_unstable.xml
now uses a single tag, <cli></cli> for version information.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1475 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'Jamrules')
-rw-r--r-- | Jamrules | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ APPCAST_URL = "http://handbrake.fr/appcast.xml" ; } DEFINES += HB_VERSION=\\\"$(HB_VERSION)\\\" HB_BUILD=$(HB_BUILD) ; +DEFINES += APPCAST_URL=\\\"$(APPCAST_URL)\\\" ; LANGUAGES = fr de it pl ru nl es pt ja ; RM = rm -rf ; |