From 436d95e583be6599b4b0ae9a1b80c6ca5b833512 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 20 Feb 2016 02:01:08 +0100 Subject: [PATCH] Re-generate the Makefiles --- config.h | 2 +- config.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 5df7da5..6492fa6 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Camera" -#define VERSION "0.1.0" +#define VERSION "0.2.0" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index bd8fd40..0dc8271 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Camera" -VERSION="0.1.0" +VERSION="0.2.0" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib"