summaryrefslogtreecommitdiffstats
path: root/Jamfile
diff options
context:
space:
mode:
authorhandbrake <[email protected]>2006-01-14 12:49:29 +0000
committerhandbrake <[email protected]>2006-01-14 12:49:29 +0000
commit939b35fc70bb688d38b086afebd8d14d8193d2c9 (patch)
treeb9c30b1dfae122ed4081a0dba8d392bb74121d46 /Jamfile
parentd8e695069746e98fb763392943e4de4ad072a3b9 (diff)
HandBrake 0.2
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3 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 d9f72cc79..aa84b1ea4 100644
--- a/Jamfile
+++ b/Jamfile
@@ -1,6 +1,6 @@
-# $Id: Jamfile,v 1.15 2003/08/24 22:25:21 titer Exp $
+# $Id: Jamfile,v 1.17 2003/08/26 18:54:06 titer Exp $
-HB_VERSION = 0.1.1 ;
+HB_VERSION = 0.2 ;
C++FLAGS = $(CPPFLAGS) ;
C++FLAGS += -g -Wall -Werror -Wno-multichar -O3 -funroll-loops ;