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"