summaryrefslogtreecommitdiffstats
path: root/Jamfile
diff options
context:
space:
mode:
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 ;