Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2016-02-20 02:01:08 +01:00
parent 75941ee2aa
commit 436d95e583
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#define PACKAGE "Camera"
#define VERSION "0.1.0"
#define VERSION "0.2.0"
#ifndef PREFIX
# define PREFIX "/usr/local"

View File

@ -1,5 +1,5 @@
PACKAGE="Camera"
VERSION="0.1.0"
VERSION="0.2.0"
PREFIX="/usr/local"
LIBDIR="${PREFIX}/lib"