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 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 ;