From 133e4a9badd4a7b2fc19edfd56094582767ae81b Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 21 Feb 2016 19:11:46 +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 676b7da..7fefdb5 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "PDFViewer" -#define VERSION "0.0.1" +#define VERSION "0.0.2" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 7965ade..a614bd8 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="PDFViewer" -VERSION="0.0.1" +VERSION="0.0.2" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib"