summaryrefslogtreecommitdiffstats
path: root/Jamfile
diff options
context:
space:
mode:
authorhandbrake <[email protected]>2006-01-14 12:48:06 +0000
committerhandbrake <[email protected]>2006-01-14 12:48:06 +0000
commitd8e695069746e98fb763392943e4de4ad072a3b9 (patch)
tree35c24269772069dcbd98942c86de1fd192088c39 /Jamfile
parentbe63e88ea3080ae0323e55a486474612db5db214 (diff)
HandBrake 0.1.1
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jamfile b/Jamfile
index a3eeaeabd..d9f72cc79 100644
--- a/Jamfile
+++ b/Jamfile
@@ -1,6 +1,6 @@
-# $Id: Jamfile,v 1.13 2003/08/24 21:04:14 titer Exp $
+# $Id: Jamfile,v 1.15 2003/08/24 22:25:21 titer Exp $
-HB_VERSION = 0.1 ;
+HB_VERSION = 0.1.1 ;
C++FLAGS = $(CPPFLAGS) ;
C++FLAGS += -g -Wall -Werror -Wno-multichar -O3 -funroll-loops ;