From c3fd226884dae017e1d3698e1812cddfc1bb94c8 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 1 May 2010 13:20:36 +0000 Subject: [PATCH] About to release as 0.0.1 --- Makefile | 2 +- config.h | 2 +- config.sh | 2 +- project.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 265d146..a2a83f0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Phone -VERSION = 0.0.0 +VERSION = 0.0.1 SUBDIRS = data po src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 2457f2b..2fe534b 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Phone" -#define VERSION "0.0.0" +#define VERSION "0.0.1" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index a5744ed..de3f5ce 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Phone" -VERSION="0.0.0" +VERSION="0.0.1" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index fdb0e5f..53f116b 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Phone -version=0.0.0 +version=0.0.1 config=h,sh subdirs=data,po,src