From acbda6d1befee1026bab8ebc546bce6d34883863 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 30 Aug 2012 20:58:38 +0000 Subject: [PATCH] Releasing PDFViewer 0.0.1 --- Makefile | 2 +- config.h | 2 +- project.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 82b1f6f..f6cf10f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = PDFViewer -VERSION = 0.0.0 +VERSION = 0.0.1 SUBDIRS = data src RM ?= rm -f LN ?= ln -f diff --git a/config.h b/config.h index c42d88f..676b7da 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "PDFViewer" -#define VERSION "0.0.0" +#define VERSION "0.0.1" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/project.conf b/project.conf index 3ad2b29..80169f9 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=PDFViewer -version=0.0.0 +version=0.0.1 config=h subdirs=data,src