summaryrefslogtreecommitdiffstats
path: root/Jamrules
diff options
context:
space:
mode:
authortiter <[email protected]>2006-01-14 19:42:37 +0000
committertiter <[email protected]>2006-01-14 19:42:37 +0000
commitf0746b160593e1237101cbef5e959d0dc04aaf70 (patch)
tree0b27d5eceea7ae712422b5354a2e80ac77de0275 /Jamrules
parenta88a17da7fe5de934ade9138909bc17d9a1e4250 (diff)
Fixed ffmpeg build on MacIntel
Bumped version to 0.7.1-cvs git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@19 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'Jamrules')
-rw-r--r--Jamrules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamrules b/Jamrules
index 6b15be6a3..9727c5cd1 100644
--- a/Jamrules
+++ b/Jamrules
@@ -11,7 +11,7 @@ if ! $(DEFINES)
Exit "Please run ./configure first." ;
}
-HB_VERSION = 0.7.0 ;
+HB_VERSION = 0.7.1-cvs ;
HB_BUILD = 2005110400 ;
DEFINES += HB_VERSION=\\\"$(HB_VERSION)\\\" HB_BUILD=$(HB_BUILD) ;
LANGUAGES = fr de it pl ru nl es pt ja ;