From 3651b03500eafd222cc7bf699b78df0d3e6c0dcd Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 14 Aug 2009 16:56:51 +0000 Subject: [PATCH] Preparing to release 0.0.7 --- Makefile | 2 +- config.h | 2 +- project.conf | 2 +- src/Makefile | 2 +- src/project.conf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index ff0353d..52bd004 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Surfer -VERSION = 0.0.6 +VERSION = 0.0.7 SUBDIRS = data src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 6a4b1d0..c02f9d7 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Surfer" -#define VERSION "0.0.6" +#define VERSION "0.0.7" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/project.conf b/project.conf index e42f5c8..b58674a 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Surfer -version=0.0.6 +version=0.0.7 config=h dist=Makefile,COPYING,config.h diff --git a/src/Makefile b/src/Makefile index dbbc840..5a47ad3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ DESTDIR = BINDIR = $(PREFIX)/bin CC = cc CPPFLAGSF= -CPPFLAGS= -D EMBEDDED +CPPFLAGS= CFLAGSF = -W CFLAGS = -Wall -g -O2 -pedantic LDFLAGS = diff --git a/src/project.conf b/src/project.conf index 53abd34..c2636bd 100644 --- a/src/project.conf +++ b/src/project.conf @@ -1,5 +1,5 @@ targets=download,surfer -cppflags=-D EMBEDDED +#cppflags=-D EMBEDDED cflags_force=-W cflags=-Wall -g -O2 -pedantic ldflags=