OSDN Git Service

Changed logging messages about PTS discontinuities to be less verbose, and changed...
[handbrake-jp/handbrake-jp-git.git] / Jamrules
index c44b6ca..787ec53 100644 (file)
--- a/Jamrules
+++ b/Jamrules
@@ -11,8 +11,8 @@ if ! $(DEFINES)
     Exit "Please run ./configure first." ;
 }
 
-HB_VERSION  = 0.7.1 ;
-HB_BUILD    = 2006022400 ;
+HB_VERSION  = 0.9.1 ;
+HB_BUILD    = 2007100800 ;
 DEFINES    += HB_VERSION=\\\"$(HB_VERSION)\\\" HB_BUILD=$(HB_BUILD) ;
 LANGUAGES   = fr de it pl ru nl es pt ja ;
 RM          = rm -rf ;
@@ -28,7 +28,6 @@ actions OSXApp
 {
     $(RM) $(<) macosx/build/HandBrake.app && \
       ( cd macosx && xcodebuild -alltargets ) && \
-      mv macosx/build/Default/HandBrake.app $(<) && \
       for i in $(LANGUAGES) ; do \
         ( cd $(<)/Contents/Resources && \
           cp -r English.lproj $i.lproj && \