1.01b as released

This commit is contained in:
Steve Pinkham 2010-03-20 11:47:21 -04:00
parent fcf0650b5e
commit a73baf0449
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ OBJFILES = http_client.c database.c crawler.c analysis.c report.c
INCFILES = alloc-inl.h string-inl.h debug.h types.h http_client.h \
database.h crawler.h analysis.h config.h report.h
CFLAGS_GEN = -Wall -funsigned-char -g -ggdb
CFLAGS_GEN = -Wall -funsigned-char -g -ggdb -U_FORTIFY_SOURCE
CFLAGS_DBG = $(CFLAGS_GEN) -DLOG_STDERR=1 -DDEBUG_ALLOCATOR=1
CFLAGS_OPT = $(CFLAGS_GEN) -O3 -Wno-format
LDFLAGS = -lcrypto -lssl -lidn -lz

View File

@ -23,7 +23,7 @@
#ifndef _HAVE_CONFIG_H
#define _HAVE_CONFIG_H
#define VERSION "1.00b"
#define VERSION "1.01b"
#define USE_COLOR 1 /* Use terminal colors */