Preparing to release 0.0.7

This commit is contained in:
Pierre Pronchery 2009-08-14 16:56:51 +00:00
parent 7080fa989f
commit 3651b03500
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
PACKAGE = Surfer
VERSION = 0.0.6
VERSION = 0.0.7
SUBDIRS = data src
RM = rm -f
LN = ln -f

View File

@ -1,5 +1,5 @@
#define PACKAGE "Surfer"
#define VERSION "0.0.6"
#define VERSION "0.0.7"
#ifndef PREFIX
# define PREFIX "/usr/local"

View File

@ -1,5 +1,5 @@
package=Surfer
version=0.0.6
version=0.0.7
config=h
dist=Makefile,COPYING,config.h

View File

@ -4,7 +4,7 @@ DESTDIR =
BINDIR = $(PREFIX)/bin
CC = cc
CPPFLAGSF=
CPPFLAGS= -D EMBEDDED
CPPFLAGS=
CFLAGSF = -W
CFLAGS = -Wall -g -O2 -pedantic
LDFLAGS =

View File

@ -1,5 +1,5 @@
targets=download,surfer
cppflags=-D EMBEDDED
#cppflags=-D EMBEDDED
cflags_force=-W
cflags=-Wall -g -O2 -pedantic
ldflags=