diff --git a/Makefile b/Makefile index 76cb88f..ecb6e53 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Mailer -VERSION = 0.1.2 +VERSION = 0.1.3 SUBDIRS = data include po src RM ?= rm -f LN ?= ln -f @@ -24,6 +24,7 @@ dist: $(PACKAGE)-$(VERSION)/data/Makefile \ $(PACKAGE)-$(VERSION)/data/Mailer.pc.in \ $(PACKAGE)-$(VERSION)/data/mailer.desktop \ + $(PACKAGE)-$(VERSION)/data/pkgconfig.sh \ $(PACKAGE)-$(VERSION)/data/project.conf \ $(PACKAGE)-$(VERSION)/data/16x16/Makefile \ $(PACKAGE)-$(VERSION)/data/16x16/mailer.png \ diff --git a/config.h b/config.h index 27a2650..3d1beb9 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Mailer" -#define VERSION "0.1.2" +#define VERSION "0.1.3" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index d8a990c..16fd78c 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Mailer" -VERSION="0.1.2" +VERSION="0.1.3" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/data/project.conf b/data/project.conf index eed92a8..8cb308f 100644 --- a/data/project.conf +++ b/data/project.conf @@ -1,6 +1,6 @@ subdirs=16x16,24x24,48x48 targets=Mailer.pc -dist=Makefile,Mailer.pc.in,mailer.desktop +dist=Makefile,Mailer.pc.in,mailer.desktop,pkgconfig.sh [mailer.desktop] install=$(PREFIX)/share/applications diff --git a/project.conf b/project.conf index 3809159..dbdcc42 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Mailer -version=0.1.2 +version=0.1.3 config=h,sh subdirs=data,include,po,src