summaryrefslogtreecommitdiffstats
path: root/Jamrules
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-05-30 20:27:26 +0000
committersr55 <[email protected]>2008-05-30 20:27:26 +0000
commitb6dfa0aa26c505f73224e69a63682ec7755b94cf (patch)
tree608977713de37e089bebeba0561fe398825010f3 /Jamrules
parentaa0cbb2721210cddd010e8e61524dd6ac14e5528 (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--Jamrules1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamrules b/Jamrules
index 490aa870c..5e18e3ed6 100644
--- a/Jamrules
+++ b/Jamrules
@@ -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 ;