OSDN Git Service

gitattirubes test 2
[handbrake-jp/handbrake-jp.git] / Jamrules
index 490aa87..80c63ee 100644 (file)
--- a/Jamrules
+++ b/Jamrules
@@ -12,7 +12,7 @@ if ! $(DEFINES)
 }
 
 # This line needs to be manually bumped for each release.
-HB_VERSION  = 0.9.3 ;
+HB_VERSION  = 0.9.3-jp ;
 
 # If the user configured with the --snapshot argument,
 # generate  version and build numbers that include
@@ -26,7 +26,8 @@ APPCAST_URL = "http://handbrake.fr/appcast_unstable.xml" ;
 else
 {
 HB_BUILD = "$(BUILD_DATE)00" ;
-APPCAST_URL = "http://handbrake.fr/appcast.xml" ;
+# APPCAST_URL = "http://handbrake.fr/appcast.xml" ;
+APPCAST_URL = "http://sourceforge.jp/projects/handbrake-jp/docs/appcast_unstable.xml" ;
 }
 
 DEFINES    += HB_VERSION=\\\"$(HB_VERSION)\\\" HB_BUILD=$(HB_BUILD) ;