From c1737b9ebcbd9053322b6a952901f84c085fb08c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 22 Dec 2013 18:41:57 +0100 Subject: [PATCH] About to release DeforaOS Camera 0.1.0 --- Makefile | 2 +- config.h | 2 +- config.sh | 2 +- po/fr.po | 2 +- project.conf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 595922b..3c56730 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Camera -VERSION = 0.0.1 +VERSION = 0.1.0 SUBDIRS = data doc po src tools RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 2d90276..5df7da5 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Camera" -#define VERSION "0.0.1" +#define VERSION "0.1.0" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 2e5efdf..bd8fd40 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Camera" -VERSION="0.0.1" +VERSION="0.1.0" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/po/fr.po b/po/fr.po index 9763e26..0a0d2ee 100644 --- a/po/fr.po +++ b/po/fr.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Camera 0.0.1\n" +"Project-Id-Version: Camera 0.1.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-12-12 20:14+0100\n" "PO-Revision-Date: 2013-01-18 22:31+0100\n" diff --git a/project.conf b/project.conf index c916525..479951a 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Camera -version=0.0.1 +version=0.1.0 subdirs=data,doc,po,src,tools config=h,sh